]> git.eshelyaron.com Git - emacs.git/commit
Avoid error with empty search string in Customize
authorMauro Aranda <maurooaranda@gmail.com>
Tue, 21 Jan 2025 00:16:48 +0000 (21:16 -0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:48:47 +0000 (18:48 +0100)
commitaa33e6358c344d232cf1a11f8d40752e606796a1
tree9b20817e1f757cd0d51c346cd06e0a70f992d335
parentc5da4019b7952ed49117480f704a7153f975ef8b
Avoid error with empty search string in Customize

* lisp/cus-edit.el (custom-buffer-create-internal): Only call
customize-apropos if the string is not empty.  (Bug#75714)

(cherry picked from commit d4ca688abefa90cf3e54add036b32c06b7da6363)
lisp/cus-edit.el