Mercurial > emacs
changeset 17904:954352993fa2
(crisp-mode): Add autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 May 1997 21:46:00 +0000 |
parents | aa26c694525e |
children | 07602ad4416d |
files | lisp/emulation/crisp.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/crisp.el Tue May 20 19:38:31 1997 +0000 +++ b/lisp/emulation/crisp.el Tue May 20 21:46:00 1997 +0000 @@ -88,7 +88,7 @@ (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 @@ ;; Now enable the mode +;;;###autoload (defun crisp-mode () "Toggle CRiSP emulation minor mode." (interactive nil)