Mercurial > emacs
changeset 95808:6f2d537d8c7a
(compilation-filter): Fix up last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 11 Jun 2008 02:47:57 +0000 |
parents | 43c1eff6b631 |
children | 1d1f23bbdc81 |
files | lisp/ChangeLog lisp/progmodes/compile.el |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jun 11 02:16:45 2008 +0000 +++ b/lisp/ChangeLog Wed Jun 11 02:47:57 2008 +0000 @@ -1,5 +1,7 @@ 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca> + * progmodes/compile.el (compilation-filter): Fix up last change. + * term/linux.el (terminal-init-linux): Use gpm-mouse-enable. * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
--- a/lisp/progmodes/compile.el Wed Jun 11 02:16:45 2008 +0000 +++ b/lisp/progmodes/compile.el Wed Jun 11 02:47:57 2008 +0000 @@ -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