diff options
-rw-r--r-- | app-emacs/mpg123-el/files/50mpg123-el-gentoo.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el b/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el index 1f7c0b0829ed..9a60a5799548 100644 --- a/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el +++ b/app-emacs/mpg123-el/files/50mpg123-el-gentoo.el @@ -1,4 +1,6 @@ -;;; mpg123 site-lisp configuration + +;;; mpg123-el site-lisp configuration + (add-to-list 'load-path "@SITELISP@") (autoload 'mpg123 "mpg123" "A Front-end to mpg123" t) (setq id3*put-prog "tagput") |