diff options
| author | Andreas Schwab | 1998-06-24 08:56:46 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-06-24 08:56:46 +0000 |
| commit | e2c146c14f743af08b985f666942050db68ff07a (patch) | |
| tree | a2aad23725c0802a07699e0d67bd4fabf42d6d68 | |
| parent | a9e9b8fa11c4601c10645ff69155550b1a2a0a0b (diff) | |
| download | emacs-e2c146c14f743af08b985f666942050db68ff07a.tar.gz emacs-e2c146c14f743af08b985f666942050db68ff07a.zip | |
(dired-vm-read-only-folders): Use `other' widget
type.
| -rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index f81c01e4c77..b9c2d13b2ae 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -173,7 +173,7 @@ files not writable by you are visited read-only. | |||
| 173 | Read-only folders only work in VM 5, not in VM 4." | 173 | Read-only folders only work in VM 5, not in VM 4." |
| 174 | :type '(choice (const :tag "off" nil) | 174 | :type '(choice (const :tag "off" nil) |
| 175 | (const :tag "on" t) | 175 | (const :tag "on" t) |
| 176 | (sexp :tag "non-writable only" if-file-read-only)) | 176 | (other :tag "non-writable only" if-file-read-only)) |
| 177 | :group 'dired-x) | 177 | :group 'dired-x) |
| 178 | 178 | ||
| 179 | (defcustom dired-omit-files-p nil | 179 | (defcustom dired-omit-files-p nil |