From f5a5808ec60d5be01b8b40c7790f3b86506a459c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 May 1997 21:46:00 +0000 Subject: [PATCH] (crisp-mode): Add autoload cookie. --- lisp/emulation/crisp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5