Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/files/
Date: Fri, 01 Apr 2022 06:26:20
Message-Id: 1648794350.9bba5952db860068feadc9740df6883d553aaf83.ulm@gentoo
1 commit: 9bba5952db860068feadc9740df6883d553aaf83
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 06:12:25 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 06:25:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bba5952
7
8 dev-lisp/gcl: Drop comment from Emacs site-init file
9
10 elisp-common.eclass will add a standardised header itself.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/gcl/files/64gcl-gentoo.el | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-lisp/gcl/files/64gcl-gentoo.el b/dev-lisp/gcl/files/64gcl-gentoo.el
18 index 7b7cee00bac8..e5e19f27cdcd 100644
19 --- a/dev-lisp/gcl/files/64gcl-gentoo.el
20 +++ b/dev-lisp/gcl/files/64gcl-gentoo.el
21 @@ -1,4 +1,3 @@
22 -;; site-init for dev-lisp/gcl
23 (add-to-list 'load-path "@SITELISP@")
24 (autoload 'run "gcl" "Run GCL." t)
25 (autoload 'gcl-mode "gcl" "GCL mode." t)