[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r111148: * novice.el (disabled-comman
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r111148: * novice.el (disabled-command-function): Remove a spurious help xref. |
Date: |
Sat, 08 Dec 2012 00:34:01 +0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111148
fixes bug: http://debbugs.gnu.org/13043
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-08 00:34:01 +0800
message:
* novice.el (disabled-command-function): Remove a spurious help xref.
Suggested by Kelly Dean.
modified:
lisp/ChangeLog
lisp/novice.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-12-07 16:25:28 +0000
+++ b/lisp/ChangeLog 2012-12-07 16:34:01 +0000
@@ -1,5 +1,8 @@
2012-12-07 Chong Yidong <address@hidden>
+ * novice.el (disabled-command-function): Remove a spurious help
+ xref (Bug#13043). Suggested by Kelly Dean.
+
* subr.el (text-clone-maintain): Fix clone overlay deletion when a
syntax is specified (Bug#13025).
=== modified file 'lisp/novice.el'
--- a/lisp/novice.el 2012-09-17 05:41:04 +0000
+++ b/lisp/novice.el 2012-12-07 16:34:01 +0000
@@ -49,7 +49,6 @@
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r111148: * novice.el (disabled-command-function): Remove a spurious help xref.,
Chong Yidong <=