From: Andreas Schwab Date: Wed, 24 Jun 1998 08:56:46 +0000 (+0000) Subject: (dired-vm-read-only-folders): Use `other' widget X-Git-Tag: emacs-20.3~505 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/e2c146c14f743af08b985f666942050db68ff07a (dired-vm-read-only-folders): Use `other' widget type. --- diff --git a/lisp/dired-x.el b/lisp/dired-x.el index f81c01e4c7..b9c2d13b2a 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -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