]> git.eshelyaron.com Git - emacs.git/commitdiff
(crisp-mode): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 May 1997 21:46:00 +0000 (21:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 May 1997 21:46:00 +0000 (21:46 +0000)
lisp/emulation/crisp.el

index 93f20715e9dab50320dc5f3082ab85fa4fcbdc74..26ff19e7cd2f89d96ad478e051f4cffa47aa8433 100644 (file)
@@ -88,7 +88,7 @@ does not load Scroll All.")
 (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 @@ consecutive use moves point to the end of the buffer."
 
 ;; Now enable the mode
 
+;;;###autoload
 (defun crisp-mode ()
   "Toggle CRiSP emulation minor mode."
   (interactive nil)