diff lisp/progmodes/compile.el @ 10096:f404f4123318

(compilation-next-error-locus): Finish last change.
author Roland McGrath <roland@gnu.org>
date Wed, 30 Nov 1994 21:48:37 +0000
parents b53266f04fd9
children 84777124c262
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Wed Nov 30 21:44:25 1994 +0000
+++ b/lisp/progmodes/compile.el	Wed Nov 30 21:48:37 1994 +0000
@@ -1025,7 +1025,7 @@
 								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)))))))))