diff options
author | Chong Yidong <cyd@gnu.org> | 2012-12-08 00:34:01 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-12-08 00:34:01 +0800 |
commit | ffe7ba8f156fd3fb5afc78e50148b28b7584c622 (patch) | |
tree | 0f11d4c8532a45a274446e357540aa14e688b631 /lisp/novice.el | |
parent | 454eb09524ef6e8c25ea7dc8b9fd6fadb0bb1a5c (diff) | |
download | emacs-ffe7ba8f156fd3fb5afc78e50148b28b7584c622.tar.gz |
* novice.el (disabled-command-function): Remove a spurious help xref.
Suggested by Kelly Dean.
Fixes: debbugs:13043
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 c621ac4b692..b8e4a268b23 100644 --- a/lisp/novice.el +++ b/lisp/novice.el @@ -49,7 +49,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) |