Mercurial > emacs
changeset 68122:b720282b1826
Add bugs/todo entry.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 10 Jan 2006 19:16:02 +0000 |
parents | 0c55f53b51e6 |
children | ba5077259cc1 |
files | lisp/progmodes/flymake.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))