Re: [bug] customize-variable `dired-no-confirm' backtrace
Hrvoje Niksic (hniksic@srce.hr)
15 Apr 1998 09:05:58 +0200
karlheg@bittersweet.inetarena.com (Karl M. Hegbloom) writes:
> When I try to `M-x customize-variable dired-no-confirm', I get:
Yup, here is a fix:
1998-04-15 Hrvoje Niksic <hniksic@srce.hr>
* dired.el (dired-no-confirm): Correct customization.
--- dired.el.orig Wed Apr 15 09:01:22 1998
+++ dired.el Wed Apr 15 09:03:18 1998
@@ -437,11 +437,13 @@
Note that this list also applies to remote files accessed with efs
or ange-ftp."
- :type '(set (byte-compile chgrp chmod chown compress copy
- delete hardlink load move print
- shell symlink uncompress recursive-delete
- kill-file-buffer kill-dired-buffer patch
- create-top-dir revert-subdirs))
+ :type '(set (const byte-compile) (const chgrp) (const chmod)
+ (const chown) (const compress) (const copy)
+ (const delete) (const hardlink) (const load)
+ (const move) (const print) (const shell)
+ (const symlink) (const uncompress) (const recursive-delete)
+ (const kill-file-buffer) (const kill-dired-buffer) (const patch)
+ (const create-top-dir) (const revert-subdirs))
:group 'dired-behavior)
;;;###autoload
--
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Speak softly and carry a +6 two-handed sword.