commit: 8902e5d3ca58a71cc037d3ab581f4bd470f20bd0 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:53 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8902e5d3
sci-mathematics/gretl: Drop header line from Emacs site-init file elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> sci-mathematics/gretl/files/50gretl-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-mathematics/gretl/files/50gretl-gentoo.el b/sci-mathematics/gretl/files/50gretl-gentoo.el index c5f3159efc0b..52cdc6d5dfb8 100644 --- a/sci-mathematics/gretl/files/50gretl-gentoo.el +++ b/sci-mathematics/gretl/files/50gretl-gentoo.el @@ -1,6 +1,3 @@ - -;;; sci-mathematics/gretl site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'gretl-mode "gretl" nil t)
