]> git.eshelyaron.com Git - emacs.git/commit
Process read-symbol-shorthands from longest to shortest (bug#67390)
authorJoão Távora <joaotavora@gmail.com>
Thu, 30 Nov 2023 12:00:38 +0000 (06:00 -0600)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:05:10 +0000 (12:05 +0100)
commit914e14d8aa81e07b937693c21c3d26342a488b68
tree974d5879182fbf75648aa3f7e484ecd43cbc5cf4
parentf7f13bdabbc274deae930371243f2818bb038e44
Process read-symbol-shorthands from longest to shortest (bug#67390)

This ensures that overlapping shorthands are handled correctly and
consistently even if specified out-of-order by the user.

* doc/lispref/symbols.texi (Shorthands): Describe shorthand sort
order.

* lisp/files.el (hack-local-variables--find-variables): Specially
handle read-symbol-shorthands.

(cherry picked from commit c2aaa8f15aa8fb3415a6c9f421f539ee34b7f52c)
doc/lispref/symbols.texi
lisp/files.el