# HG changeset patch # User Andreas Schwab # Date 898678606 0 # Node ID 3c7216baafaf62296e0eb1405ae277887bb753c9 # Parent de7033a2c5fe8bae91a68c3c3268496c97f7b36b (dired-vm-read-only-folders): Use `other' widget type. diff -r de7033a2c5fe -r 3c7216baafaf lisp/dired-x.el --- a/lisp/dired-x.el Wed Jun 24 08:55:53 1998 +0000 +++ b/lisp/dired-x.el Wed Jun 24 08:56:46 1998 +0000 @@ -173,7 +173,7 @@ 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