# HG changeset patch # User Stefan Monnier # Date 1136920562 0 # Node ID b720282b18260f5b9ae7bb07eb0ffb906a8e0236 # Parent 0c55f53b51e6503df8986e09b376471e957aeb9e Add bugs/todo entry. diff -r 0c55f53b51e6 -r b720282b1826 lisp/progmodes/flymake.el --- a/lisp/progmodes/flymake.el Tue Jan 10 19:14:38 2006 +0000 +++ b/lisp/progmodes/flymake.el Tue Jan 10 19:16:02 2006 +0000 @@ -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))