diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-01-10 19:16:02 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-01-10 19:16:02 +0000 |
commit | 9f812d2370db5cd09985a281105baa95be628e52 (patch) | |
tree | 26ca2a0bdc81815d48e135636c32d200e6c4f06f /lisp/progmodes/flymake.el | |
parent | 5dc3ceeb7650a464e1892cf00c5a3da34b862a3f (diff) | |
download | emacs-9f812d2370db5cd09985a281105baa95be628e52.tar.gz |
Add bugs/todo entry.
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r-- | lisp/progmodes/flymake.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index cfb7856575b..9a6024c8e8b 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -30,6 +30,11 @@ ;; checks using the external syntax check tool (for C/C++ this ;; is usually the compiler) +;;; Bugs/todo: + +;; - Only uses "Makefile", not "makefile" or "GNUmakefile" +;; (from http://bugs.debian.org/337339). + ;;; Code: (eval-when-compile (require 'cl)) |