diff options
author | Brian Preble <rassilon@gnu.org> | 1991-05-13 22:05:10 +0000 |
---|---|---|
committer | Brian Preble <rassilon@gnu.org> | 1991-05-13 22:05:10 +0000 |
commit | 73fa8346460c784807ee160905baad816913c446 (patch) | |
tree | 2ac5fadba5a74ed7a08a0c1e05a843838061660a /lisp/novice.el | |
parent | 2f790b20af84fdca382193f16a9fb116dd12777a (diff) | |
download | emacs-73fa8346460c784807ee160905baad816913c446.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/novice.el')
-rw-r--r-- | lisp/novice.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |