]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-edit.el (custom-buffer-create-internal): Fix search button action.
authorChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 01:17:42 +0000 (09:17 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 01:17:42 +0000 (09:17 +0800)
Fixes: debbugs:10542
lisp/ChangeLog
lisp/cus-edit.el

index fdbd28b1b6ad08f252b4ece841c81089d44f72d4..d8378ef983890038c881edc9ca8aaf92c2ca364f 100644 (file)
@@ -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):
index 419ab88056ab14853dd0243aa9417b7463c01c7b..dc8abb68bb85baf92a9ab2832fee896d36364ebb 100644 (file)
@@ -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