changeset 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 de7033a2c5fe
children 4d1c88715c55
files lisp/dired-x.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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