branch: externals/flylisp
commit 54bec03a9f591159c7a12be933bf2d71eabab64f
Author: Barry O'reilly <[email protected]>
Commit: Barry O'reilly <[email protected]>

    Fix TODO about fixed Emacs bug
---
 flylisp.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/flylisp.el b/flylisp.el
index b8c296c..5544b0e 100644
--- a/flylisp.el
+++ b/flylisp.el
@@ -22,7 +22,8 @@
 ;;; Commentary:
 
 ;; Colors mismatched open parentheses with fl-mismatched-face, red by
-;; default.
+;; default. Works reliably after Emacs 24.3, in which bug 16247 is
+;; fixed.
 ;;
 ;; Also colors open and close parentheses which are inconsistent with
 ;; the indentation of lines between them with fl-inconsistent-face,
@@ -55,10 +56,6 @@
 
 ;;; Code:
 
-;; TODO: There are display problems with mismatched parens, due to the
-;; region not expanding enough, in turn due to an apparent syntax-ppss
-;; bug. See Emacs bug 16247.
-
 ;; TODO: Algorithm doesn't account for close paren which is too soon.
 ;;
 ;; (abc

Reply via email to