1
0
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:
Martin Rudalics 2009-02-18 07:41:10 +00:00
parent dec6b98cbf
commit 57a97b446f
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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)