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

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

[elpa] 01/02: Fix TODO about fixed Emacs bug


From: Barry O'Reilly
Subject: [elpa] 01/02: Fix TODO about fixed Emacs bug
Date: Fri, 01 Aug 2014 01:55:40 +0000

epich pushed a commit to branch master
in repository elpa.

commit 82ee8f286732bd66bcc7d9e82515c9ac69abef22
Author: Barry O'reilly <address@hidden>
Date:   Thu Jul 31 18:54:47 2014 -0700

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

diff --git a/packages/flylisp/flylisp.el b/packages/flylisp/flylisp.el
index b8c296c..5544b0e 100644
--- a/packages/flylisp/flylisp.el
+++ b/packages/flylisp/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]