diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 08:12:25 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-01 08:25:50 +0200 |
commit | 9bba5952db860068feadc9740df6883d553aaf83 (patch) | |
tree | 9361747e023ac49fa9493e738c33bb7fff4924af /dev-lisp | |
parent | dev-lisp/gcl: Remove old (diff) | |
download | gentoo-9bba5952db860068feadc9740df6883d553aaf83.tar.gz gentoo-9bba5952db860068feadc9740df6883d553aaf83.tar.bz2 gentoo-9bba5952db860068feadc9740df6883d553aaf83.zip |
dev-lisp/gcl: Drop comment from Emacs site-init file
elisp-common.eclass will add a standardised header itself.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gcl/files/64gcl-gentoo.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lisp/gcl/files/64gcl-gentoo.el b/dev-lisp/gcl/files/64gcl-gentoo.el index 7b7cee00bac8..e5e19f27cdcd 100644 --- a/dev-lisp/gcl/files/64gcl-gentoo.el +++ b/dev-lisp/gcl/files/64gcl-gentoo.el @@ -1,4 +1,3 @@ -;; site-init for dev-lisp/gcl (add-to-list 'load-path "@SITELISP@") (autoload 'run "gcl" "Run GCL." t) (autoload 'gcl-mode "gcl" "GCL mode." t) |