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:
parent
f48e845f51
commit
52e3545b1c
1 changed files with 2 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue