]> git.eshelyaron.com Git - emacs.git/commit
Fix prefix discovery for files with read-symbol-shorthands (bug#67325)
authorJoão Távora <joaotavora@gmail.com>
Thu, 30 Nov 2023 13:32:50 +0000 (07:32 -0600)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:05:23 +0000 (12:05 +0100)
commitf00b1dc82c5ff0bed3bc4d2c4d6b1b77f1aef1c8
tree2ebf06aa08339babdb7f7bc7f713223e08cdcb65
parent7c21862e52d77dd14190378ad7d4b29d4360a367
Fix prefix discovery for files with read-symbol-shorthands (bug#67325)

In a previous commit, the local-variable read-symbol-shorthands is
already read into the temporary buffer used for the autoload parsing
aerobatics, so all we needed to do in 'l-g--compute-prefixes' is
use 'read' to give 'read-symbol-shorthands' a chance to kick in.

* lisp/emacs-lisp/loaddefs-gen.el
(loaddefs-generate--compute-prefixes):

(cherry picked from commit 817140a852e79c5ef3cf7dc5e4c50aa710e8c4a2)
lisp/emacs-lisp/loaddefs-gen.el