aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index f8503f2d07f..3d2f477962c 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -493,7 +493,7 @@ and use this command with a prefix argument (the value does not matter)."
493 (t 493 (t
494 (if (not (dired-check-process (concat "Compressing " file) 494 (if (not (dired-check-process (concat "Compressing " file)
495 "compress" "-f" file)) 495 "compress" "-f" file))
496 (concat name ".Z")))))) 496 (concat file ".Z"))))))
497 497
498(defun dired-mark-confirm (op-symbol arg) 498(defun dired-mark-confirm (op-symbol arg)
499 ;; Request confirmation from the user that the operation described 499 ;; Request confirmation from the user that the operation described