]> code.delx.au - gnu-emacs/commitdiff
(dired-vm-read-only-folders): Use `other' widget
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:56:46 +0000 (08:56 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 08:56:46 +0000 (08:56 +0000)
type.

lisp/dired-x.el

index f81c01e4c77fea91e04ae63c5e6ca271f116d70a..b9c2d13b2ae9f58bd2b22892961b15ed08069aed 100644 (file)
@@ -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