comparison lisp/novice.el @ 90103:3ebd9bdb4fe5

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90 Update from CVS: man/calc.texi: Add macro for LaTeX for info output. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 13 Feb 2005 07:19:08 +0000
parents 566253900690 aac0a33f5772
children 7e3f621f1dd4
comparison
equal deleted inserted replaced
90102:9b4f359c4117 90103:3ebd9bdb4fe5
42 If nil, the feature is disabled, i.e., all commands work normally.") 42 If nil, the feature is disabled, i.e., all commands work normally.")
43 43
44 (defvaralias 'disabled-command-hook 'disabled-command-function) 44 (defvaralias 'disabled-command-hook 'disabled-command-function)
45 (make-obsolete-variable 45 (make-obsolete-variable
46 'disabled-command-hook 46 'disabled-command-hook
47 'disabled-command-function "21.4") 47 'disabled-command-function "22.1")
48 48
49 ;;;###autoload 49 ;;;###autoload
50 (defun disabled-command-function (&rest ignore) 50 (defun disabled-command-function (&rest ignore)
51 (let (char) 51 (let (char)
52 (save-window-excursion 52 (save-window-excursion