projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f3e9f
)
' Improve wording of compilation-error messages
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 5 Oct 2023 08:01:41 +0000
(11:01 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 5 Oct 2023 08:01:41 +0000
(11:01 +0300)
* lisp/progmodes/compile.el (compilation-next-error): Improve
wording of user-error text. (Bug#65713)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index f85cc0909ddbec1659f704b33fdba48d82af873f..4cf624761484b8fc00a27d6576c518a641e12d88 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-2721,7
+2721,7
@@
looking for the next message."
(compilation-loop > compilation-next-single-property-change 1-
(if (get-buffer-process (current-buffer))
"No more %ss yet"
- "
Moved p
ast last %s")
+ "
P
ast last %s")
(point-max))
;; Don't move "back" to message at or before point.
;; Pass an explicit (point-min) to make sure pt is non-nil.