mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(dired-vm-read-only-folders): Use `other' widget
type.
This commit is contained in:
parent
a9e9b8fa11
commit
e2c146c14f
@ -173,7 +173,7 @@ files not writable by you are visited read-only.
|
||||
Read-only folders only work in VM 5, not in VM 4."
|
||||
:type '(choice (const :tag "off" nil)
|
||||
(const :tag "on" t)
|
||||
(sexp :tag "non-writable only" if-file-read-only))
|
||||
(other :tag "non-writable only" if-file-read-only))
|
||||
:group 'dired-x)
|
||||
|
||||
(defcustom dired-omit-files-p nil
|
||||
|
Loading…
Reference in New Issue
Block a user