From e1bb7cdd74b2740c9e809f2f9eecee907bd643aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:46 +0200 Subject: [PATCH] dev-util/coccigrep: Drop header line from Emacs site-init file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller --- 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 7fbc6b93e5416..7ea21071f8b48 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)