From 2d325322c176230621467967c18fec13f7ba47ac Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 30 Nov 1994 21:48:37 +0000 Subject: [PATCH] (compilation-next-error-locus): Finish last change. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))))))) -- 2.39.5