Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > e0fc5b700601c3f20fd7c5b8795fa64e > files > 1

emacs-browse-kill-ring-1.0-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 'browse-kill-ring "emacs-browse-kill-ring" nil t)
  )

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