Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 754a6f6ddbbfbecf71d2825e67e2a643 > files > 2

emacs-browse-kill-ring-1.0-1mdk.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)
  )