Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > ec51f9118268b3481069df67dab9010d > files > 1

emacs-hachette-1.5-5mdk.noarch.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-hachette" nil t)
  )

(if (string-match "XEmacs" (version))
    (autoload 'hachette "xemacs-hachette" nil t)
  )