From: Stefan Monnier Date: Tue, 10 Jan 2006 19:16:02 +0000 (+0000) Subject: Add bugs/todo entry. X-Git-Tag: emacs-pretest-22.0.90~4810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f812d2370db5cd09985a281105baa95be628e52;p=emacs.git Add bugs/todo entry. --- 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))