mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(dired-no-confirm): Add quote.
(dired-subdir-alist-pre-R): Add quote in `make-variable-buffer-local' form and remove unbalanced parenthesis.
This commit is contained in:
parent
d2eed686a9
commit
7546199742
@ -2523,7 +2523,7 @@ Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress',
|
||||
`copy', `delete', `hardlink', `load', `move', `print', `shell', `symlink',
|
||||
`touch' and `uncompress'."
|
||||
:group 'dired
|
||||
:type (set (const byte-compile) (const chgrp)
|
||||
:type '(set (const byte-compile) (const chgrp)
|
||||
(const chmod) (const chown) (const compress)
|
||||
(const copy) (const delete) (const hardlink)
|
||||
(const load) (const move) (const print)
|
||||
@ -3103,7 +3103,7 @@ With optional second arg NO-REVERT, don't refresh the listing afterwards."
|
||||
|
||||
(defvar dired-subdir-alist-pre-R nil
|
||||
"Value of `dired-subdir-alist' before -R switch added.")
|
||||
(make-variable-buffer-local dired-subdir-alist-pre-R))
|
||||
(make-variable-buffer-local 'dired-subdir-alist-pre-R)
|
||||
|
||||
(defun dired-sort-R-check (switches)
|
||||
"Additional processing of -R in ls option string SWITCHES.
|
||||
|
Loading…
Reference in New Issue
Block a user