Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > a70caa5bcf6f46cea11a4c4c32d9503b > files > 2

emacs-browse-kill-ring-1.3-3mdk.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 'browse-kill-ring "emacs-%{rname}" nil t)
  )

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