|
|
|
;; -*- Mode: Emacs-Lisp -*-
; Copyright (C) 2000 by Chmouel Boudjnah
;
; Redistribution of this file is permitted under the terms of the GNU
; Public License (GPL)
;
(if (string-match "GNU Emacs" (version))
(autoload 'mpg123 "emacs-%{rname}" nil t)
)
(if (string-match "XEmacs" (version))
(autoload 'mpg123 "xemacs-%{rname}" nil t)
)
| Results 1 - 1 |