Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 4cca4ed2c02dd88dbbb56b3e6eb34e06 > files > 1

emacs-mpg123-1.50-3mdv2010.0.src.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-%{rname}" nil t)
  )

(if (string-match "XEmacs" (version))
    (autoload 'mpg123 "xemacs-%{rname}" nil t)
  )