mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* 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
|
|
@ -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
Add a link
Reference in a new issue