From 9f812d2370db5cd09985a281105baa95be628e52 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 10 Jan 2006 19:16:02 +0000 Subject: [PATCH] Add bugs/todo entry. --- lisp/progmodes/flymake.el | 5 +++++ 1 file changed, 5 insertions(+) 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)) -- 2.39.2