mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Reset ls-lisp-use-string-collate when ls-lisp-emulation changes
* lisp/ls-lisp.el (ls-lisp-set-options): Add ls-lisp-use-string-collate to the list of custom options that are reset when ls-lisp-emulation changes. https://lists.gnu.org/archive/html/help-gnu-emacs/2024-06/msg00135.html
This commit is contained in:
parent
4fcc38966b
commit
0715abfa86
@ -70,7 +70,10 @@
|
||||
(defun ls-lisp-set-options ()
|
||||
"Reset the ls-lisp options that depend on `ls-lisp-emulation'."
|
||||
(mapc 'custom-reevaluate-setting
|
||||
'(ls-lisp-ignore-case ls-lisp-dirs-first ls-lisp-verbosity)))
|
||||
'(ls-lisp-ignore-case
|
||||
ls-lisp-dirs-first
|
||||
ls-lisp-verbosity
|
||||
ls-lisp-use-string-collate)))
|
||||
|
||||
(defcustom ls-lisp-emulation
|
||||
(cond ;; ((eq system-type 'windows-nt) 'MS-Windows)
|
||||
|
Loading…
Reference in New Issue
Block a user