[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/novice.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/novice.el |
Date: |
Tue, 19 Jul 2005 10:55:06 -0400 |
Index: emacs/lisp/novice.el
diff -c emacs/lisp/novice.el:1.40 emacs/lisp/novice.el:1.41
*** emacs/lisp/novice.el:1.40 Mon Jul 4 23:08:56 2005
--- emacs/lisp/novice.el Tue Jul 19 14:55:04 2005
***************
*** 42,49 ****
If nil, the feature is disabled, i.e., all commands work normally.")
;;;###autoload
! (defvaralias 'disabled-command-hook 'disabled-command-function)
! ;;;###autoload (make-obsolete-variable 'disabled-command-hook
'disabled-command-function "22.1")
;;;###autoload
(defun disabled-command-function (&rest ignore)
--- 42,48 ----
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")
;;;###autoload
(defun disabled-command-function (&rest ignore)