changeset 72718:240ffd11cdc0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Sep 2006 11:59:00 +0000
parents 3c10728bc064
children 8c9ac6f51916
files lisp/novice.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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)