Mercurial > emacs
changeset 2478:fb350430116e
(compile-internal): Initialize the process-mark.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 07 Apr 1993 20:58:20 +0000 |
parents | 4d0d858bc33f |
children | 6d011b24f6fe |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Wed Apr 07 20:25:14 1993 +0000 +++ b/lisp/progmodes/compile.el Wed Apr 07 20:58:20 1993 +0000 @@ -322,6 +322,7 @@ command))) (set-process-sentinel proc 'compilation-sentinel) (set-process-filter proc 'compilation-filter) + (set-marker (process-mark proc) (point) outbuf) (setq compilation-in-progress (cons proc compilation-in-progress)))) ;; Make it so the next C-x ` will use this buffer. (setq compilation-last-buffer outbuf)))