1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(disabled-command-hook): Autoload the defalias

and the make-obsolete-variable call.
This commit is contained in:
Richard M. Stallman 2005-02-16 09:48:29 +00:00
parent f48e845f51
commit 52e3545b1c

View file

@ -41,10 +41,9 @@
"Function to call to handle disabled commands.
If nil, the feature is disabled, i.e., all commands work normally.")
;;;###autoload
(defvaralias 'disabled-command-hook 'disabled-command-function)
(make-obsolete-variable
'disabled-command-hook
'disabled-command-function "22.1")
;;;###autoload (make-obsolete-variable 'disabled-command-hook 'disabled-command-function "22.1")
;;;###autoload
(defun disabled-command-function (&rest ignore)