commit: 0c106ac8478ba4d7c811118a4556726582b9a30a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 18:32:52 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=0c106ac8
sci-mathematics/form: 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/form/files/64form-gentoo.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sci-mathematics/form/files/64form-gentoo.el
b/sci-mathematics/form/files/64form-gentoo.el
index e9da182fec15..33a692169d65 100644
--- a/sci-mathematics/form/files/64form-gentoo.el
+++ b/sci-mathematics/form/files/64form-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; form site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(add-to-list 'auto-mode-alist '("\\.frm\\'" . form-mode))
(autoload 'form-mode "form-mode" "Major mode for form files." t)