aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/novice.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/novice.el b/lisp/novice.el
index e9db95bd619..de92857980b 100644
--- a/lisp/novice.el
+++ b/lisp/novice.el
@@ -41,10 +41,9 @@
41 "Function to call to handle disabled commands. 41 "Function to call to handle disabled commands.
42If nil, the feature is disabled, i.e., all commands work normally.") 42If nil, the feature is disabled, i.e., all commands work normally.")
43 43
44;;;###autoload
44(defvaralias 'disabled-command-hook 'disabled-command-function) 45(defvaralias 'disabled-command-hook 'disabled-command-function)
45(make-obsolete-variable 46;;;###autoload (make-obsolete-variable 'disabled-command-hook 'disabled-command-function "22.1")
46 'disabled-command-hook
47 'disabled-command-function "22.1")
48 47
49;;;###autoload 48;;;###autoload
50(defun disabled-command-function (&rest ignore) 49(defun disabled-command-function (&rest ignore)