diff options
author | Jim Blandy <jimb@redhat.com> | 1992-09-13 10:54:38 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-09-13 10:54:38 +0000 |
commit | b7cceaf12a73559df9c2fcf135983b4c03b48061 (patch) | |
tree | de45679165e29811fe12d574dbcba2d325a1ceef /lisp/diff.el | |
parent | e4801b31ff4d1c01f79e25a2eefbd3877375386b (diff) | |
download | emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.tar.gz emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.tar.bz2 emacs-b7cceaf12a73559df9c2fcf135983b4c03b48061.zip |
*** empty log message ***
Diffstat (limited to 'lisp/diff.el')
-rw-r--r-- | lisp/diff.el | 2 |
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." (setq buf (compile-internal command "No more differences" "Diff" - 'diff-parse-differences))) + 'diff-parse-differences)) (save-excursion (set-buffer buf) (set (make-local-variable 'diff-old-file) old) |