emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
Date: Tue, 10 Jan 2006 19:16:02 +0000

Index: emacs/lisp/progmodes/flymake.el
diff -u emacs/lisp/progmodes/flymake.el:1.39 
emacs/lisp/progmodes/flymake.el:1.40
--- emacs/lisp/progmodes/flymake.el:1.39        Tue Jan 10 18:46:07 2006
+++ emacs/lisp/progmodes/flymake.el     Tue Jan 10 19:16:02 2006
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]