Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 46de0c0d79ca7e02b28bf78dafcc93dd > files > 1

emacs-mpg123-1.24-1mdk.i586.rpm

;; -*- 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-mpg123" nil t)
  )

(if (string-match "XEmacs" (version))
    (autoload 'mpg123 "xemacs-mpg123" nil t)
  )