Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
80cd4bb4
Commit
80cd4bb4
authored
Jan 14, 2010
by
Juanma Barranquero
Browse files
Fix typo in error message.
parent
c2dd1910
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/flymake.el
lisp/progmodes/flymake.el
+1
-1
No files found.
lisp/ChangeLog
View file @
80cd4bb4
2010-01-14 Juanma Barranquero <lekktu@gmail.com>
* progmodes/flymake.el (flymake-post-syntax-check):
Fix typo in error message.
2010-01-14 Juanma Barranquero <lekktu@gmail.com>
* hexl.el (hexl-printable-character): Fix check of `hexl-iso',
...
...
lisp/progmodes/flymake.el
View file @
80cd4bb4
...
...
@@ -643,7 +643,7 @@ It's flymake process filter."
(
flymake-report-status
""
""
)
; PASSED
(
if
(
not
flymake-check-was-interrupted
)
(
flymake-report-fatal-status
"CFGERR"
(
format
"Configuration error has occured while running %s"
command
))
(
format
"Configuration error has occur
r
ed while running %s"
command
))
(
flymake-report-status
nil
""
)))
; "STOPPED"
(
flymake-report-status
(
format
"%d/%d"
err-count
warn-count
)
""
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment