summaryrefslogtreecommitdiff
path: root/lisp/lazy-lock.el
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1997-11-26 14:38:48 +0000
committerSimon Marshall <simon@gnu.org>1997-11-26 14:38:48 +0000
commit4c17871f152cd4e820ff1403e59cf6101ea88532 (patch)
tree3ef689771251495d3b644a8aee559991389a8ac2 /lisp/lazy-lock.el
parent4c102007b57cbce40837de9640e4bd5f1f57dddd (diff)
downloademacs-4c17871f152cd4e820ff1403e59cf6101ea88532.tar.gz
Just a header comment fix.
Diffstat (limited to 'lisp/lazy-lock.el')
-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 @@
;; point in making this version of lazy-lock.el work with it. Anyway, that's
;; Lit 30 of my humble opinion.
;;
-;; Steve Baur reverted to a non-hacked version 1 lazy-lock.el for XEmacs 19.15
-;; and 20.0. Obviously, the above `post-command-hook' problems still apply.)
-;;
;; - Version 1 stealth fontification is also implemented by placing a function
;; on `post-command-hook'. This function waits for a given amount of time,
;; and, if Emacs remains idle, fontifies where necessary. Again, there are a