* dired-aux.el (dired-mark-read-string): Don't use default value on empty input.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 12 Sep 2011 20:45:56 +0000 (16:45 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 12 Sep 2011 20:45:56 +0000 (16:45 -0400)
commit64b51947763acc9de425f0f5d2d37e6659b1fda8
tree3bf5947986dfed1c4314dd7c7dd05fcdcb266ad7
parent162546271fc98c6897130cf43fce8271e5e94b33
* dired-aux.el (dired-mark-read-string): Don't use default value on empty input.
(dired-do-chxxx): Treat empty input for "touch" as no -t option.
Omit initial minibuffer contents.
(dired-do-chmod): Signal an error on empty input.
(dired-mark-read-string): Don't return default on empty input.

* files.el (file-modes-symbolic-to-number): Doc fix.

Fixes: debbugs:9361
lisp/ChangeLog
lisp/dired-aux.el
lisp/dired.el
lisp/files.el