diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-11-24 21:01:14 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-11-24 21:01:14 +0000 |
commit | 27f98b7e613a1f10c7de5aa103bba83167da5569 (patch) | |
tree | ac8612e84e739f739563df79190fc3e2eb2aa455 /lisp | |
parent | 8ef70f05b1b9482d79381c1467ec9196a43ea538 (diff) | |
download | emacs-27f98b7e613a1f10c7de5aa103bba83167da5569.tar.gz |
* diff.el (diff-sentinel): Take note of diff error return value.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f51a2a9a717..50d46539ba3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-11-24 Chong Yidong <cyd@stupidchicken.com> + + * diff.el (diff-sentinel): Take note of diff error return value. + 2008-11-24 Martin Rudalics <rudalics@gmx.at> * calendar/appt.el (appt-disp-window): Do a set-buffer when the |