Mercurial > emacs
diff lisp/diff.el @ 82365:e5a68f18fcb9
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Mon, 13 Aug 2007 13:41:28 +0000 |
| parents | b98604865ea0 7c8949dbfa0d |
| children | a55a536ce0db 424b655804ca |
line wrap: on
line diff
--- a/lisp/diff.el Mon Aug 13 11:27:41 2007 +0000 +++ b/lisp/diff.el Mon Aug 13 13:41:28 2007 +0000 @@ -62,7 +62,8 @@ (defun diff-sentinel (code) "Code run when the diff process exits. -CODE is the exit code of the process. It should be 0 iff no diffs were found." +CODE is the exit code of the process. It should be 0 only if no diffs +were found." (if diff-old-temp-file (delete-file diff-old-temp-file)) (if diff-new-temp-file (delete-file diff-new-temp-file)) (save-excursion
