From 73fa8346460c784807ee160905baad816913c446 Mon Sep 17 00:00:00 2001 From: Brian Preble Date: Mon, 13 May 1991 22:05:10 +0000 Subject: *** empty log message *** --- lisp/novice.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/novice.el') diff --git a/lisp/novice.el b/lisp/novice.el index caddf120743..3bc9f663bd7 100644 --- a/lisp/novice.el +++ b/lisp/novice.el @@ -23,8 +23,9 @@ ;; The command is found in this-command ;; and the keys are returned by (this-command-keys). -;;;###autoload (setq disabled-command-hook 'disabled-command-hook) ;;;###autoload +(setq disabled-command-hook 'disabled-command-hook) + (defun disabled-command-hook (&rest ignore) (let (char) (save-window-excursion -- cgit v1.2.1