Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > d69d6253529f908ddbee74c4acc5989e > files > 2

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

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