diff lisp/emulation/crisp.el @ 17904:954352993fa2

(crisp-mode): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 May 1997 21:46:00 +0000
parents 08062aad7ef6
children 54413501e4a9
line wrap: on
line diff
--- a/lisp/emulation/crisp.el	Tue May 20 19:38:31 1997 +0000
+++ b/lisp/emulation/crisp.el	Tue May 20 21:46:00 1997 +0000
@@ -88,7 +88,7 @@
 (defvar crisp-load-hook nil
   "Hooks to run after loadint the CRiSP emulator package.")
 
-(defvar crisp-version "crisp.el release 1.1/$Revision: 1.4 $"
+(defvar crisp-version "crisp.el release 1.1/$Revision: 1.5 $"
   "The release number and RCS version for the CRiSP emulator.")
 
 (defvar crisp-last-last-command nil
@@ -207,6 +207,7 @@
 
 ;; Now enable the mode
 
+;;;###autoload
 (defun crisp-mode ()
   "Toggle CRiSP emulation minor mode."
   (interactive nil)