Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/emacs-lisp/derived.el
- Timestamp:
- 11/26/05 08:33:26 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/emacs-lisp/derived.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/emacs-lisp/derived.el
r3806 r3988 195 195 196 196 `(progn 197 (defvar ,hook nil ,(format "Hook run when entering %s mode." name)) 197 (unless (get ',hook 'variable-documentation) 198 (put ',hook 'variable-documentation 199 ,(format "Hook run when entering %s mode. 200 No problems result if this variable is not bound. 201 `add-hook' automatically binds it. (This is true for all hook variables.)" 202 name))) 198 203 (defvar ,map (make-sparse-keymap)) 199 204 ,(if declare-syntax
