From: Richard M. Stallman Date: Fri, 8 Sep 2006 11:59:00 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-22.0.90~697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3d47a1509af730e944e6d45b7aeb1a4c2c57d1f;p=emacs.git Comment change. --- 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)