and the make-obsolete-variable call.
"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)