commit: ae029aea1b92c1d14bd466a370dec2f7186f5c08 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:43 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae029aea
dev-lang/mercury: 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-lang/mercury/files/50mercury-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/mercury/files/50mercury-gentoo.el b/dev-lang/mercury/files/50mercury-gentoo.el index 2ab3ddbc59f1..76d4e134bcba 100644 --- a/dev-lang/mercury/files/50mercury-gentoo.el +++ b/dev-lang/mercury/files/50mercury-gentoo.el @@ -1,5 +1,2 @@ - -;;; mercury site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'mdb "gud" "Invoke the Mercury debugger" t)
