emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108056: * lisp/vc/diff.el (diff-sent


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108056: * lisp/vc/diff.el (diff-sentinel): Go to bob.
Date: Fri, 27 Apr 2012 22:16:02 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108056
fixes bug(s): http://debbugs.gnu.org/10259
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-04-27 22:16:02 +0800
message:
  * lisp/vc/diff.el (diff-sentinel): Go to bob.
modified:
  lisp/ChangeLog
  lisp/vc/diff.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-27 06:08:14 +0000
+++ b/lisp/ChangeLog    2012-04-27 14:16:02 +0000
@@ -1,5 +1,7 @@
 2012-04-27  Chong Yidong  <address@hidden>
 
+       * 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):

=== modified file 'lisp/vc/diff.el'
--- a/lisp/vc/diff.el   2012-04-26 12:43:28 +0000
+++ b/lisp/vc/diff.el   2012-04-27 14:16:02 +0000
@@ -67,6 +67,7 @@
   (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]