]> git.eshelyaron.com Git - emacs.git/commit
Use format-prompt in calls to completing-read with a default value
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Sep 2020 18:35:11 +0000 (20:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Sep 2020 18:35:11 +0000 (20:35 +0200)
commit660d13bd7b47c1b7db990adcc671b55b6f1f83f2
treeb470b0f2fcba1f428556eb2cebe4988ccf4e294e
parent3444f397c7d20ca59f7b18f6fe95aa79b33727e5
Use format-prompt in calls to completing-read with a default value

* lisp/textmodes/rst.el (rst-insert-list-new-item):
* lisp/tab-bar.el (tab-bar-switch-to-tab):
* lisp/profiler.el (profiler-start):
* lisp/frame.el (set-frame-font):
* lisp/erc/erc.el (erc-join-channel):
* lisp/emacs-lock.el (emacs-lock--set-mode):
* lisp/emacs-lisp/elp.el (elp-set-master):
* lisp/emacs-lisp/checkdoc.el ()
(checkdoc-this-string-valid-engine):
* lisp/calendar/todo-mode.el (todo-find-filtered-items-file):
* lisp/calendar/calendar.el (calendar-set-date-style): Use
`format-prompt' in calls to completing-read that has a default
value, but didn't mention that in the prompt.
lisp/calendar/calendar.el
lisp/calendar/todo-mode.el
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/elp.el
lisp/emacs-lock.el
lisp/erc/erc.el
lisp/frame.el
lisp/profiler.el
lisp/tab-bar.el
lisp/textmodes/rst.el