From 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 1 Dec 2022 16:36:09 +0100 Subject: ; Fix typos (don't abbreviate "with" or "without") --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/compile.el') diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 18c996e8997..e8ada9388e1 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -2807,7 +2807,7 @@ This is the value of `next-error-function' in Compilation buffers." (goto-char (point-min)) ;; Treat file's found lines in forward order, 1 by 1. (dolist (line (reverse (cddr (compilation--loc->file-struct loc)))) - (when (car line) ; else this is a filename w/o a line# + (when (car line) ; else this is a filename without a line# (compilation-beginning-of-line (- (car line) last -1)) (setq last (car line))) ;; Treat line's found columns and store/update a marker for each. -- cgit v1.2.1