commit: f6a284dd26d2a8a345dd304a10febffc103f17d3
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 18:32:46 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 18:36:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a284dd
dev-util/cflow: 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>
dev-util/cflow/files/50cflow-gentoo.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-util/cflow/files/50cflow-gentoo.el
b/dev-util/cflow/files/50cflow-gentoo.el
index 56a2c8c5d775..b391c381cfaf 100644
--- a/dev-util/cflow/files/50cflow-gentoo.el
+++ b/dev-util/cflow/files/50cflow-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; cflow site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(autoload 'cflow-mode "cflow-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.cflow\\'" . cflow-mode))