commit: 1d1a8cf2dc3b6ec4f1fe338d92f53acaaddf42af 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:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1a8cf2
sci-mathematics/geomview: 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/geomview/files/50geomview-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-mathematics/geomview/files/50geomview-gentoo.el b/sci-mathematics/geomview/files/50geomview-gentoo.el index 2e078ec06c38..22ecb94a0f4a 100644 --- a/sci-mathematics/geomview/files/50geomview-gentoo.el +++ b/sci-mathematics/geomview/files/50geomview-gentoo.el @@ -1,6 +1,3 @@ - -;;; geomview site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'gvcl-mode "gvcl-mode" "Major mode for editing Geomview Command Language files." t)
