projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67d8e0
)
; * lisp/progmodes/flymake.el (flymake-mode): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 May 2022 13:53:49 +0000
(16:53 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 May 2022 13:53:49 +0000
(16:53 +0300)
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index 46a4fdfa3737e8592bab41c302515362c1036d50..fbbfacfcfed687648b11f258631edccf78d75db7 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-1104,7
+1104,7
@@
diagnostics annotated in the buffer.
By default, `flymake-mode' doesn't override the \\[next-error] command, but
if you're using Flymake a lot (and don't use the regular compilation
-mechanisms that often), i
f
can be useful to put something like
+mechanisms that often), i
t
can be useful to put something like
the following in your init file:
(setq next-error-function \\='flymake-goto-next-error)