commit: eb221afd0c8df9c5135a1ab44e86f7be0149dbcb Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:49 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb221afd
media-gfx/asymptote: 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> media-gfx/asymptote/files/64asymptote-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-gfx/asymptote/files/64asymptote-gentoo.el b/media-gfx/asymptote/files/64asymptote-gentoo.el index 57cd48d04a64..a68a35c5183b 100644 --- a/media-gfx/asymptote/files/64asymptote-gentoo.el +++ b/media-gfx/asymptote/files/64asymptote-gentoo.el @@ -1,6 +1,3 @@ - -;; site-init for media-gfx/asymptote - (add-to-list 'load-path "@SITELISP@") (autoload 'asy-mode "asy-mode" "Asymptote major mode." t)
