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

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

[elpa] master 89286b6 54/79: Cleanup.


From: Jackson Ray Hamilton
Subject: [elpa] master 89286b6 54/79: Cleanup.
Date: Sun, 14 Jun 2015 00:05:40 +0000

branch: master
commit 89286b6ce33c9909c7b71ad7e65b880b81afb8b9
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Cleanup.
---
 context-coloring.el |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index b14c63e..242c179 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -349,11 +349,7 @@ the way."
 (defconst context-coloring-elisp-sexps-per-pause 1000
   "Pause after this many iterations to check for user input.
 If user input is pending, stop the parse.  This makes for a
-smoother user experience for large files.
-
-As of this writing, emacs lisp colorization seems to run at about
-60,000 iterations per second.  A default value of 1000 should
-provide visually \"instant\" updates at 60 frames per second.")
+smoother user experience for large files.")
 
 (defvar context-coloring-elisp-sexp-count 0)
 
@@ -426,7 +422,6 @@ provide visually \"instant\" updates at 60 frames per 
second.")
                 arg-string))
       (funcall callback arg-string))))
 
-;; TODO: These seem to spiral into an infinite loop sometimes.
 (defun context-coloring-elisp-parse-let-varlist (type)
   (let ((varlist '())
         syntax-code)



reply via email to

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