diff options
Diffstat (limited to 'lisp/novice.el')
-rw-r--r-- | lisp/novice.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/novice.el b/lisp/novice.el index 7966a89b995..92ba3d5277b 100644 --- a/lisp/novice.el +++ b/lisp/novice.el @@ -50,7 +50,6 @@ If nil, the feature is disabled, i.e., all commands work normally.") (unless keys (setq keys (this-command-keys))) (let (char) (save-window-excursion - (help-setup-xref (list 'disabled-command-function cmd keys) nil) (with-output-to-temp-buffer "*Disabled Command*" ;; (help-buffer) (if (or (eq (aref keys 0) (if (stringp keys) |