=== modified file 'lisp/dired-aux.el' --- lisp/dired-aux.el 2012-09-08 14:48:26 +0000 +++ lisp/dired-aux.el 2012-09-11 14:38:39 +0000 @@ -225,8 +225,7 @@ (let* ((files (dired-get-marked-files t arg)) (default (and (eq op-symbol 'touch) (stringp (car files)) - (format-time-string "%Y%m%d%H%M.%S" - (nth 5 (file-attributes (car files)))))) + (format-time-string "%Y%m%d%H%M.%S"))) (prompt (concat "Change " attribute-name " of %s to" (if (eq op-symbol 'touch) " (default now): "