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:
parent
ecb69c8bd8
commit
8fc7e8c2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue