emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/flylisp 54bec03 3/5: Fix TODO about fixed Emacs bug


From: Stefan Monnier
Subject: [elpa] externals/flylisp 54bec03 3/5: Fix TODO about fixed Emacs bug
Date: Tue, 1 Dec 2020 15:57:27 -0500 (EST)

branch: externals/flylisp
commit 54bec03a9f591159c7a12be933bf2d71eabab64f
Author: Barry O'reilly <gundaetiapo@gmail.com>
Commit: Barry O'reilly <gundaetiapo@gmail.com>

    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

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