Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 4c8466b5471026abff91c6181a48eeee > files > 1

emacs-hachette-1.5-6mdk.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 'hachette "emacs-%{rname}" nil t)
  )

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