]> git.eshelyaron.com Git - emacs.git/commit
info-lookup-symbol: Fix the suggested default value in Custom buffers
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 5 Sep 2020 15:07:30 +0000 (17:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Sep 2020 15:07:41 +0000 (17:07 +0200)
commitccae4ea6990580e7489e7c9f958b4a094b32b8b8
tree9f1eef9a334cd0162d0c6d998727208258413ca6
parent60e3353697efb00afd084d45dba41adcafc388f9
info-lookup-symbol: Fix the suggested default value in Custom buffers

* lisp/info-look.el (info-lookup-maybe-add-help 'Custom-mode): Don't
pass info-lookup-guess-custom-symbol as the :parse-rule, since we
don't need it anymore.  (Bug#41905)
(info-lookup-guess-custom-symbol): Now unused, mark as obsolete.
(info-lookup-interactive-arguments): Get rid of text properties before
passing the default value to completing-read.
lisp/info-look.el