emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/novice.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/novice.el,v
Date: Fri, 08 Sep 2006 11:59:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/08 11:59:00

Index: novice.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/novice.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- novice.el   6 Feb 2006 14:33:34 -0000       1.43
+++ novice.el   8 Sep 2006 11:59:00 -0000       1.44
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]