aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-23 22:43:52 +0000
committerRichard M. Stallman <[email protected]>1993-11-23 22:43:52 +0000
commit231596b2d1aad9fff4e3f882692aab604794c1f2 (patch)
tree905c29613920ba4d23f8d7187462a1a7c4cdf84f
parent77fb57d8098ea347f9c71b52d608e50f6328f39e (diff)
(dired-diff): Require diff.
-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 ea5aca6b89..9718c71ac8 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