]> git.eshelyaron.com Git - emacs.git/commit
Use format-prompt in some read-string calls
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Sep 2020 21:44:09 +0000 (23:44 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Sep 2020 21:44:09 +0000 (23:44 +0200)
commit816975f4bbf906c838753e7e43f74b5a190376b6
tree7a1d36d9a5aa80d677a0cf01a9174b85e28e011d
parent1b390c3cbf996d7d77e3c2d823ca891b8c0f09c6
Use format-prompt in some read-string calls

* lisp/progmodes/prolog.el (prolog-help-on-predicate):
* lisp/cmuscheme.el (scheme-trace-procedure):
* lisp/calendar/todo-mode.el (todo-convert-legacy-files): Use
format-prompt in some read-string calls (that have default values).

* lisp/printing.el (pr-interactive-regexp): No need to use "" as
the default value, because that's the default default value.
(pr-interactive-n-up): Use read-number instead of read-string and
then parsing the string.
lisp/calendar/todo-mode.el
lisp/cmuscheme.el
lisp/printing.el
lisp/progmodes/prolog.el