From 8902e5d3ca58a71cc037d3ab581f4bd470f20bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 23 Apr 2025 20:32:53 +0200 Subject: [PATCH] sci-mathematics/gretl: 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 --- sci-mathematics/gretl/files/50gretl-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-mathematics/gretl/files/50gretl-gentoo.el b/sci-mathematics/gretl/files/50gretl-gentoo.el index c5f3159efc0b2..52cdc6d5dfb87 100644 --- a/sci-mathematics/gretl/files/50gretl-gentoo.el +++ b/sci-mathematics/gretl/files/50gretl-gentoo.el @@ -1,6 +1,3 @@ - -;;; sci-mathematics/gretl site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'gretl-mode "gretl" nil t)