From: Richard M. Stallman Date: Tue, 20 May 1997 21:46:00 +0000 (+0000) Subject: (crisp-mode): Add autoload cookie. X-Git-Tag: emacs-20.1~2041 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5a5808ec60d5be01b8b40c7790f3b86506a459c;p=emacs.git (crisp-mode): Add autoload cookie. --- 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)