# HG changeset patch # User Roland McGrath # Date 786232117 0 # Node ID f404f412331823161cfe0674dc2186a5e46341f1 # Parent ace8ae9f015f21ecb5c5f32b162d3bff02eb4a43 (compilation-next-error-locus): Finish last change. diff -r ace8ae9f015f -r f404f4123318 lisp/progmodes/compile.el --- 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)))))))))