[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106957: * cus-edit.el (custom-buffer
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106957: * cus-edit.el (custom-buffer-create-internal): Fix search button action. |
Date: |
Sat, 28 Jan 2012 09:17:42 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106957
fixes bug(s): http://debbugs.gnu.org/10542
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-28 09:17:42 +0800
message:
* cus-edit.el (custom-buffer-create-internal): Fix search button action.
modified:
lisp/ChangeLog
lisp/cus-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-01-27 21:40:44 +0000
+++ b/lisp/ChangeLog 2012-01-28 01:17:42 +0000
@@ -1,3 +1,8 @@
+2012-01-28 Chong Yidong <address@hidden>
+
+ * cus-edit.el (custom-buffer-create-internal): Fix search button
+ action (Bug#10542).
+
2012-01-27 Eduard Wiebe <address@hidden>
* dired.el (dired-mark-files-regexp):
=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el 2012-01-19 07:21:25 +0000
+++ b/lisp/cus-edit.el 2012-01-28 01:17:42 +0000
@@ -1637,7 +1637,7 @@
:tag " Search "
:help-echo echo :action
(lambda (widget &optional _event)
- (customize-apropos (widget-value (widget-get widget :parent)))))
+ (customize-apropos (split-string (widget-value (widget-get widget
:parent))))))
(widget-insert "\n")))
;; The custom command buttons are also in the toolbar, so for a
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106957: * cus-edit.el (custom-buffer-create-internal): Fix search button action.,
Chong Yidong <=