mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
etc/NEWS: Document the change in intern and shorthands
This commit is contained in:
parent
3f70cfde38
commit
201520c0f4
7
etc/NEWS
7
etc/NEWS
|
|
@ -211,6 +211,13 @@ To install the grammars, use 'M-x markdown-ts-mode-install-parsers'.
|
|||
|
||||
* Incompatible Lisp Changes in Emacs 32.1
|
||||
|
||||
+++
|
||||
** 'intern' and 'intern-soft' ignore 'read-symbol-shorthands'.
|
||||
This means they revert to the behavior of Emacs<28.
|
||||
In those cases where shorthands need to be obeyed, you now need to use
|
||||
'shorthands-intern', 'shorthands-intern-soft', or 'shorthands-to-longhand'.
|
||||
And 'shorthands-of-symbol' provides the reverse mapping.
|
||||
|
||||
** Pcase
|
||||
|
||||
+++
|
||||
|
|
|
|||
Loading…
Reference in a new issue