summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-23 22:43:52 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-23 22:43:52 +0000
commit98ffb8ac07c51be364c3d6a3c07fb2b69113d5fa (patch)
tree33cbe538f793cdd0e9bddae44cdea1687992f15d /lisp/dired-aux.el
parentde2046c305e4f8ee113d2fed0246bfbc62785633 (diff)
downloademacs-98ffb8ac07c51be364c3d6a3c07fb2b69113d5fa.tar.gz
(dired-diff): Require diff.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index ea5aca6b898..9718c71ac8e 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -50,6 +50,7 @@ With prefix arg, prompt for second argument SWITCHES,
(let ((default (if (mark t)
(save-excursion (goto-char (mark t))
(dired-get-filename t t)))))
+ (require 'diff)
(list (read-file-name (format "Diff %s with: %s"
(dired-get-filename t)
(if default