1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/files.el (hack-local-variables--find-variables): Fix comment.

This commit is contained in:
Eli Zaretskii 2024-02-03 18:09:35 +02:00
parent ecb69c8bd8
commit 8fc7e8c2b0

View file

@ -4193,7 +4193,7 @@ major-mode."
(or (buffer-file-name thisbuf) ""))))))
((eq var 'read-symbol-shorthands)
;; Sort automatically by shorthand length
;; descending
;; in descending order.
(setq val (sort val
(lambda (sh1 sh2) (> (length (car sh1))
(length (car sh2))))))