mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(flymake): Add defgroup. (Bug#2356)
This commit is contained in:
parent
dec6b98cbf
commit
57a97b446f
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user