diff options
| -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)) |