1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

* lisp/vc/diff.el (diff-sentinel): Go to bob.

Fixes: debbugs:10259
This commit is contained in:
Chong Yidong 2012-04-27 22:16:02 +08:00
parent 0cd38783c0
commit d1d2e2e86b
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2012-04-27 Chong Yidong <cyd@gnu.org>
* vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
* startup.el (x-apply-session-resources): New function.
* term/ns-win.el (ns-initialize-window-system):

View File

@ -67,6 +67,7 @@ delete the temporary files so named."
(if old-temp-file (delete-file old-temp-file))
(if new-temp-file (delete-file new-temp-file))
(diff-setup-whitespace)
(goto-char (point-min))
(save-excursion
(goto-char (point-max))
(let ((inhibit-read-only t))