diff options
| author | Stefan Monnier | 2006-01-10 19:16:02 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-01-10 19:16:02 +0000 |
| commit | 9f812d2370db5cd09985a281105baa95be628e52 (patch) | |
| tree | 26ca2a0bdc81815d48e135636c32d200e6c4f06f | |
| parent | 5dc3ceeb7650a464e1892cf00c5a3da34b862a3f (diff) | |
| download | emacs-9f812d2370db5cd09985a281105baa95be628e52.tar.gz emacs-9f812d2370db5cd09985a281105baa95be628e52.zip | |
Add bugs/todo entry.
| -rw-r--r-- | lisp/progmodes/flymake.el | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 30 | ;; checks using the external syntax check tool (for C/C++ this | 30 | ;; checks using the external syntax check tool (for C/C++ this |
| 31 | ;; is usually the compiler) | 31 | ;; is usually the compiler) |
| 32 | 32 | ||
| 33 | ;;; Bugs/todo: | ||
| 34 | |||
| 35 | ;; - Only uses "Makefile", not "makefile" or "GNUmakefile" | ||
| 36 | ;; (from http://bugs.debian.org/337339). | ||
| 37 | |||
| 33 | ;;; Code: | 38 | ;;; Code: |
| 34 | 39 | ||
| 35 | (eval-when-compile (require 'cl)) | 40 | (eval-when-compile (require 'cl)) |