Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 041057ccedc63627d2b3f65d9e6156f9 > files > 2

emacs-browse-kill-ring-1.3-4mdk.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)
  )