From 2e7f3bea5f5a01c0fa9c74b897d834b783f13462 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 28 Jan 2012 09:17:42 +0800 Subject: [PATCH] * cus-edit.el (custom-buffer-create-internal): Fix search button action. Fixes: debbugs:10542 --- lisp/ChangeLog | 5 +++++ lisp/cus-edit.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fdbd28b1b6a..d8378ef9838 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-01-28 Chong Yidong + + * cus-edit.el (custom-buffer-create-internal): Fix search button + action (Bug#10542). + 2012-01-27 Eduard Wiebe * dired.el (dired-mark-files-regexp): diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 419ab88056a..dc8abb68bb8 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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 -- 2.39.2