aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/lazy-lock.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/lazy-lock.el b/lisp/lazy-lock.el
index 5aa4a68788b..11cb93a0454 100644
--- a/lisp/lazy-lock.el
+++ b/lisp/lazy-lock.el
@@ -130,9 +130,6 @@
130;; point in making this version of lazy-lock.el work with it. Anyway, that's 130;; point in making this version of lazy-lock.el work with it. Anyway, that's
131;; Lit 30 of my humble opinion. 131;; Lit 30 of my humble opinion.
132;; 132;;
133;; Steve Baur reverted to a non-hacked version 1 lazy-lock.el for XEmacs 19.15
134;; and 20.0. Obviously, the above `post-command-hook' problems still apply.)
135;;
136;; - Version 1 stealth fontification is also implemented by placing a function 133;; - Version 1 stealth fontification is also implemented by placing a function
137;; on `post-command-hook'. This function waits for a given amount of time, 134;; on `post-command-hook'. This function waits for a given amount of time,
138;; and, if Emacs remains idle, fontifies where necessary. Again, there are a 135;; and, if Emacs remains idle, fontifies where necessary. Again, there are a