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
c3b8339f
Commit
c3b8339f
authored
Sep 09, 2005
by
Richard M. Stallman
Browse files
Require `compile' unconditionally.
parent
5c290b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/progmodes/flymake.el
lisp/progmodes/flymake.el
+1
-2
No files found.
lisp/progmodes/flymake.el
View file @
c3b8339f
...
...
@@ -960,8 +960,7 @@ Convert it to flymake internal format."
(
setq
converted-list
(
cons
(
list
regexp
file
line
col
)
converted-list
)))))
converted-list
))
(
eval-when-compile
(
require
'compile
))
(
require
'compile
)
(
defvar
flymake-err-line-patterns
; regexp file-idx line-idx col-idx (optional) text-idx(optional), match-end to end of string is error text
(
append
...
...
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