1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix a comment in loaddefs-gen.el

This commit is contained in:
Eli Zaretskii 2024-02-03 18:05:55 +02:00
parent f266622cdb
commit ecb69c8bd8

View file

@ -402,7 +402,7 @@ don't include."
(when (re-search-forward "autoload-compute-prefixes: *" nil t)
(setq compute-prefixes (read (current-buffer)))))
(save-excursion
;; since we're "open-coding" we have to repeat more
;; Since we're "open-coding", we have to repeat more
;; complicated logic in `hack-local-variables'.
(when-let ((beg
(re-search-forward "read-symbol-shorthands: *" nil t)))