summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-20 21:46:00 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-20 21:46:00 +0000
commitddd8f6a979e0fc44ac520c0fe2f8acc975145949 (patch)
tree96f42ef6720dd0f9f882fcd5165b6da7517229ad /lisp/emulation
parent52c2a1ab020054b2fb3088a47f17afd207aa4ada (diff)
downloademacs-ddd8f6a979e0fc44ac520c0fe2f8acc975145949.tar.gz
(crisp-mode): Add autoload cookie.
Diffstat (limited to 'lisp/emulation')
-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.")
(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)