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.
;; 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