aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-20 21:46:00 +0000
committerRichard M. Stallman1997-05-20 21:46:00 +0000
commitf5a5808ec60d5be01b8b40c7790f3b86506a459c (patch)
tree05dd3afba12323ae6ee1531c2ebbe422c18cb875 /lisp
parente51f50efcd4ce2a84805400c8fbcd2d2353e5094 (diff)
downloademacs-f5a5808ec60d5be01b8b40c7790f3b86506a459c.tar.gz
emacs-f5a5808ec60d5be01b8b40c7790f3b86506a459c.zip
(crisp-mode): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/crisp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el
index 93f20715e9d..26ff19e7cd2 100644
--- a/lisp/emulation/crisp.el
+++ b/lisp/emulation/crisp.el
@@ -88,7 +88,7 @@ does not load Scroll All.")
88(defvar crisp-load-hook nil 88(defvar crisp-load-hook nil
89 "Hooks to run after loadint the CRiSP emulator package.") 89 "Hooks to run after loadint the CRiSP emulator package.")
90 90
91(defvar crisp-version "crisp.el release 1.1/$Revision: 1.4 $" 91(defvar crisp-version "crisp.el release 1.1/$Revision: 1.5 $"
92 "The release number and RCS version for the CRiSP emulator.") 92 "The release number and RCS version for the CRiSP emulator.")
93 93
94(defvar crisp-last-last-command nil 94(defvar crisp-last-last-command nil
@@ -207,6 +207,7 @@ consecutive use moves point to the end of the buffer."
207 207
208;; Now enable the mode 208;; Now enable the mode
209 209
210;;;###autoload
210(defun crisp-mode () 211(defun crisp-mode ()
211 "Toggle CRiSP emulation minor mode." 212 "Toggle CRiSP emulation minor mode."
212 (interactive nil) 213 (interactive nil)