commit: a32b3279bf3d7ac0359fcacf2479a14ea1076fe2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 18:32:51 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 18:36:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32b3279
media-sound/timidity++: 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-sound/timidity++/files/50timidity++-gentoo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/media-sound/timidity++/files/50timidity++-gentoo.el b/media-sound/timidity++/files/50timidity++-gentoo.el index 3f9e35ca106c..d4c6555ea2ca 100644 --- a/media-sound/timidity++/files/50timidity++-gentoo.el +++ b/media-sound/timidity++/files/50timidity++-gentoo.el @@ -1,6 +1,3 @@ - -;;; timidity++ site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'timidity "timidity" "TiMidity Interface" t) (setq timidity-prog-path "/usr/bin/timidity")
