]> git.eshelyaron.com Git - emacs.git/commit
Deprecate 'read-no-blanks-input'
authorEshel Yaron <me@eshelyaron.com>
Thu, 15 Feb 2024 17:37:18 +0000 (18:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 15 Feb 2024 17:54:38 +0000 (18:54 +0100)
commit0b718f953a5f0f80082ec535f71772473ad046b7
treec0ca69cf7e11854d8f55e2b0b4476e501672cd59
parentae6b4765f545513b13debbb165b2ee79577d5cf7
Deprecate 'read-no-blanks-input'

This function is unused in the Emacs tree, and it probably
shouldn't be used anywhere else, either.

* lisp/minibuffer.el (read-no-blanks-input): Turn it into an
obsolete alias of 'read-string'.
(self-insert-and-exit, minibuffer-local-ns-map): Deprecate.

* doc/emacs/custom.texi (Minibuffer Maps):
* doc/lispref/minibuf.texi (Text from Minibuffer)
(Minibuffer Commands): Update.

* lisp/calc/calc-store.el (calcVar-digit, calcVar-oper):
Avoid 'self-insert-and-exit'.

* test/src/minibuf-tests.el (test-inhibit-interaction):
Adjust.
doc/emacs/custom.texi
doc/lispref/minibuf.texi
lisp/calc/calc-store.el
lisp/minibuffer.el
test/src/minibuf-tests.el