Mercurial > emacs
comparison lisp/dired-x.el @ 22574:3c7216baafaf
(dired-vm-read-only-folders): Use `other' widget
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 08:56:46 +0000 |
parents | 306578297d44 |
children | c952205ba590 |
comparison
equal
deleted
inserted
replaced
22573:de7033a2c5fe | 22574:3c7216baafaf |
---|---|
171 files not writable by you are visited read-only. | 171 files not writable by you are visited read-only. |
172 | 172 |
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 |
180 "*If non-nil, \"uninteresting\" files are not listed (buffer-local). | 180 "*If non-nil, \"uninteresting\" files are not listed (buffer-local). |
181 Use \\[dired-omit-toggle] to toggle its value. | 181 Use \\[dired-omit-toggle] to toggle its value. |