1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

* log-view.el (log-view-annotate-version): Let vc-annotate manage

windows instead of calling switch-to-buffer.
This commit is contained in:
Chong Yidong 2008-11-24 21:19:46 +00:00
parent d02b0e305c
commit 962f83947f

View File

@ -1,5 +1,8 @@
2008-11-24 Chong Yidong <cyd@stupidchicken.com>
* log-view.el (log-view-annotate-version): Let vc-annotate manage
windows instead of calling switch-to-buffer.
* diff.el (diff-sentinel): Take note of diff error return value.
2008-11-24 Martin Rudalics <rudalics@gmx.at>