From: Roland McGrath Date: Wed, 30 Nov 1994 21:48:37 +0000 (+0000) Subject: (compilation-next-error-locus): Finish last change. X-Git-Tag: emacs-19.34~5759 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d325322c176230621467967c18fec13f7ba47ac;p=emacs.git (compilation-next-error-locus): Finish last change. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index dd7eccfc208..69ca0b51fa2 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1025,7 +1025,7 @@ The current buffer should be the desired compilation output buffer." lines)) (forward-line lines)) (if column - (move-to-column column)) + (move-to-column (1- column))) (setq last-line this) (setcdr (car errors) (point-marker)))) (setq errors (cdr errors)))))))))