changeset 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 ace8ae9f015f
children 429eda63a32c
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))))))))