lukelee pushed a commit to branch master in repository elpa. commit 73e19271f91646cdad1234ba17068c93402b4bc0 Author: Richard M. Stallman <r...@gnu.org> Date: Tue May 20 21:46:00 1997 +0000
(crisp-mode): Add autoload cookie. --- lisp/emulation/crisp.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el index c67971a..8234126 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)