comparison lisp/progmodes/flymake.el @ 68122:b720282b1826

Add bugs/todo entry.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Jan 2006 19:16:02 +0000
parents fef56eb2c1ba
children 88689f411bd6
comparison
equal deleted inserted replaced
68121:0c55f53b51e6 68122:b720282b1826
27 ;;; Commentary: 27 ;;; Commentary:
28 ;; 28 ;;
29 ;; Flymake is a minor Emacs mode performing on-the-fly syntax 29 ;; Flymake is a minor Emacs mode performing on-the-fly syntax
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
33 ;;; Bugs/todo:
34
35 ;; - Only uses "Makefile", not "makefile" or "GNUmakefile"
36 ;; (from http://bugs.debian.org/337339).
32 37
33 ;;; Code: 38 ;;; Code:
34 39
35 (eval-when-compile (require 'cl)) 40 (eval-when-compile (require 'cl))
36 (if (featurep 'xemacs) (require 'overlay)) 41 (if (featurep 'xemacs) (require 'overlay))