aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff.el
diff options
context:
space:
mode:
authorJim Blandy1992-09-13 10:54:38 +0000
committerJim Blandy1992-09-13 10:54:38 +0000
commitb7cceaf12a73559df9c2fcf135983b4c03b48061 (patch)
treede45679165e29811fe12d574dbcba2d325a1ceef /lisp/diff.el
parente4801b31ff4d1c01f79e25a2eefbd3877375386b (diff)
downloademacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.tar.gz
emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.zip
*** empty log message ***
Diffstat (limited to 'lisp/diff.el')
-rw-r--r--lisp/diff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff.el b/lisp/diff.el
index c317baf3281..615d64d5fa8 100644
--- a/lisp/diff.el
+++ b/lisp/diff.el
@@ -184,7 +184,7 @@ With prefix arg, prompt for diff switches."
184 (setq buf 184 (setq buf
185 (compile-internal command 185 (compile-internal command
186 "No more differences" "Diff" 186 "No more differences" "Diff"
187 'diff-parse-differences))) 187 'diff-parse-differences))
188 (save-excursion 188 (save-excursion
189 (set-buffer buf) 189 (set-buffer buf)
190 (set (make-local-variable 'diff-old-file) old) 190 (set (make-local-variable 'diff-old-file) old)