emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v
Date: Wed, 11 Jun 2008 02:47:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/11 02:47:58

Index: progmodes/compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.474
retrieving revision 1.475
diff -u -b -r1.474 -r1.475
--- progmodes/compile.el        10 Jun 2008 16:08:47 -0000      1.474
+++ progmodes/compile.el        11 Jun 2008 02:47:57 -0000      1.475
@@ -1675,6 +1675,7 @@
             ;; point at `process-mark' scroll along with the output, but we
             ;; now use window-point-insertion-type instead.
            (insert string)
+            (set-marker (process-mark proc) (point))
            (run-hooks 'compilation-filter-hook))))))
 
 ;;; test if a buffer is a compilation buffer, assuming we're in the buffer




reply via email to

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