bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6597: 24.0.50; `dired-no-confirm' defcustom


From: Drew Adams
Subject: bug#6597: 24.0.50; `dired-no-confirm' defcustom
Date: Fri, 9 Jul 2010 16:47:52 -0700

emacs -Q
 
The custom :type and the doc string of `dired-no-confirm' are not
correct.  Code (in dired.el and dired-aux.el and 3rd-party code) binds
and tests also the value `t'.  The user option should offer `t' as a
possible value, and the doc string should reflect that.
 
The :type should be something like this:
 
'(choice (const :tag "Confirmation never needed" t)
         (set (const byte-compile) ...))
 

In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2010-06-28 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/xpm/include'
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]