commit: 9f0b8edc387d75daaf489c46dd5e2c734899dc3c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:56 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0b8edc
sys-apps/qingy: 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> sys-apps/qingy/files/50qingy-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-apps/qingy/files/50qingy-gentoo.el b/sys-apps/qingy/files/50qingy-gentoo.el index bcb814bda0b7..4ce11bf2e3e7 100644 --- a/sys-apps/qingy/files/50qingy-gentoo.el +++ b/sys-apps/qingy/files/50qingy-gentoo.el @@ -1,6 +1,3 @@ - -;; qingy site initialisation file - (add-to-list 'load-path "@SITELISP@") (autoload 'qingy-mode "qingy-mode" "Major mode for editing Qingy settings and themes" t)
