diff lisp/novice.el @ 72718:240ffd11cdc0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Sep 2006 11:59:00 +0000
parents 3bd95f4f2941
children 9f4b4800edc6 a1a25ac6c88a
line wrap: on
line diff
--- a/lisp/novice.el	Fri Sep 08 11:58:46 2006 +0000
+++ b/lisp/novice.el	Fri Sep 08 11:59:00 2006 +0000
@@ -44,6 +44,8 @@
 ;;;###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)