(disabled-command-hook): Autoload the defalias
and the make-obsolete-variable call.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user