From e3d47a1509af730e944e6d45b7aeb1a4c2c57d1f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 8 Sep 2006 11:59:00 +0000 Subject: [PATCH] Comment change. --- lisp/novice.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2