]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 Sep 2006 11:59:00 +0000 (11:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 Sep 2006 11:59:00 +0000 (11:59 +0000)
lisp/novice.el

index 97e27da5e5e3ae400ea0cd72744227d01938ddf0..7fff480e2c2f1197168d4dda33f899e285a6d681 100644 (file)
@@ -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)