diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-09-08 11:59:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-09-08 11:59:00 +0000 |
commit | e3d47a1509af730e944e6d45b7aeb1a4c2c57d1f (patch) | |
tree | 0a1375f7f4790ccda20481af72c8f5d4b896e173 /lisp/novice.el | |
parent | cc5a104d66d63d09015cb9a26eb43ec1fafa5bc2 (diff) | |
download | emacs-e3d47a1509af730e944e6d45b7aeb1a4c2c57d1f.tar.gz |
Comment change.
Diffstat (limited to 'lisp/novice.el')
-rw-r--r-- | lisp/novice.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/novice.el b/lisp/novice.el index 97e27da5e5e..7fff480e2c2 100644 --- a/lisp/novice.el +++ b/lisp/novice.el @@ -44,6 +44,8 @@ If nil, the feature is disabled, i.e., all commands work normally.") ;;;###autoload (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1") +;; It is ok here to assume that this-command is a symbol +;; because we won't get called otherwise. ;;;###autoload (defun disabled-command-function (&rest ignore) (let (char) |