]> git.eshelyaron.com Git - emacs.git/commitdiff
Add bugs/todo entry.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Jan 2006 19:16:02 +0000 (19:16 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Jan 2006 19:16:02 +0000 (19:16 +0000)
lisp/progmodes/flymake.el

index cfb7856575b4c53e9402104a8687e5f3623659d0..9a6024c8e8ba0e62b8c5899db85aca5d057268b0 100644 (file)
 ;; 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))