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
57a97b44
Commit
57a97b44
authored
Feb 18, 2009
by
Martin Rudalics
Browse files
(flymake): Add defgroup. (Bug#2356)
parent
dec6b98c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/flymake.el
lisp/progmodes/flymake.el
+5
-0
No files found.
lisp/ChangeLog
View file @
57a97b44
2009-02-18 Martin Rudalics <rudalics@gmx.at>
* progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
2009-02-18 Glenn Morris <rgm@gnu.org>
* mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
...
...
lisp/progmodes/flymake.el
View file @
57a97b44
...
...
@@ -263,6 +263,11 @@ are the string substitutions (see `format')."
(
make-variable-buffer-local
'flymake-output-residual
)
(
defgroup
flymake
nil
"A universal on-the-fly syntax checker."
:version
"23.1"
:group
'tools
)
(
defcustom
flymake-allowed-file-name-masks
'
((
"\\.c\\'"
flymake-simple-make-init
)
(
"\\.cpp\\'"
flymake-simple-make-init
)
...
...
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