aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2006-01-10 19:16:02 +0000
committerStefan Monnier2006-01-10 19:16:02 +0000
commit9f812d2370db5cd09985a281105baa95be628e52 (patch)
tree26ca2a0bdc81815d48e135636c32d200e6c4f06f
parent5dc3ceeb7650a464e1892cf00c5a3da34b862a3f (diff)
downloademacs-9f812d2370db5cd09985a281105baa95be628e52.tar.gz
emacs-9f812d2370db5cd09985a281105baa95be628e52.zip
Add bugs/todo entry.
-rw-r--r--lisp/progmodes/flymake.el5
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 @@
30;; checks using the external syntax check tool (for C/C++ this 30;; checks using the external syntax check tool (for C/C++ this
31;; is usually the compiler) 31;; is usually the compiler)
32 32
33;;; Bugs/todo:
34
35;; - Only uses "Makefile", not "makefile" or "GNUmakefile"
36;; (from http://bugs.debian.org/337339).
37
33;;; Code: 38;;; Code:
34 39
35(eval-when-compile (require 'cl)) 40(eval-when-compile (require 'cl))