* cus-edit.el (custom-buffer-create-internal): Fix search button action.
Fixes: debbugs:10542
This commit is contained in:
parent
fc4f7a233e
commit
2e7f3bea5f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-01-28 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* cus-edit.el (custom-buffer-create-internal): Fix search button
|
||||
action (Bug#10542).
|
||||
|
||||
2012-01-27 Eduard Wiebe <usenet@pusto.de>
|
||||
|
||||
* dired.el (dired-mark-files-regexp):
|
||||
|
|
|
@ -1637,7 +1637,7 @@ Otherwise use brackets."
|
|||
: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
|
||||
|
|
Loading…
Add table
Reference in a new issue