]> git.eshelyaron.com Git - emacs.git/commit
Rename elisp-shorthands to read-symbol-shorthands
authorJoão Távora <joaotavora@gmail.com>
Sun, 3 Oct 2021 11:14:41 +0000 (12:14 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 3 Oct 2021 15:18:40 +0000 (16:18 +0100)
commit137fa2d71676044234ddf5a49c83585a0b9407b6
treedd64767a7a4b3b5627b449f1f1bd513c3b6be762
parente6fbc45b7b49a27ab4db348385762bafc330bcf3
Rename elisp-shorthands to read-symbol-shorthands

The new name fits better in the family of variables that affect
the Lisp reader.

Suggested-by: Po Lu <luangruo@yahoo.com>
* doc/lispref/symbols.texi (Shorthands): Mention read-symbol-shorthands

* lisp/shorthands.el (hack-read-symbol-shorthands)
(hack-read-symbol-shorthands)
(shorthands-font-lock-shorthands): Use read-symbol-shorthands

* lisp/progmodes/elisp-mode.el (elisp--completion-local-symbols)
(elisp--completion-local-symbols)
(elisp-shorthands): Use read-symbol-shorthands

* src/lread.c:
(syms_of_lread): Define Vread_symbol_shorthands
(oblookup_considering_shorthand): Use Vread_symbol_shorthands.

* test/lisp/progmodes/elisp-mode-tests.el (elisp-shorthand-read-buffer):
(elisp-shorthand-read-from-string): Use read-symbol-shorthands

* test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el
Use new symbol name read-symbol-shorthands.
doc/lispref/symbols.texi
lisp/progmodes/elisp-mode.el
lisp/shorthands.el
src/lread.c
test/lisp/progmodes/elisp-mode-resources/simple-shorthand-test.el
test/lisp/progmodes/elisp-mode-tests.el