commit: e1bb7cdd74b2740c9e809f2f9eecee907bd643aa 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:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bb7cdd
dev-util/coccigrep: 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/coccigrep/files/50coccigrep-gentoo.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/coccigrep/files/50coccigrep-gentoo.el b/dev-util/coccigrep/files/50coccigrep-gentoo.el index 7fbc6b93e541..7ea21071f8b4 100644 --- a/dev-util/coccigrep/files/50coccigrep-gentoo.el +++ b/dev-util/coccigrep/files/50coccigrep-gentoo.el @@ -1,4 +1,2 @@ -;;; coccigrep site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (require 'cocci-grep)
