(dired-diff): Require diff.
This commit is contained in:
parent
77fb57d809
commit
231596b2d1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue