aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-09-01 13:59:51 +0000
committerStefan Monnier2005-09-01 13:59:51 +0000
commit07cb6bd44073691f708edfc1966f1b39839d02f2 (patch)
treebc7d201451b2e582c9207f2d91cfcec7c73be31c
parent5ec3af5e766be41ac3ff30c0b2ffa44b43b5f0a4 (diff)
downloademacs-07cb6bd44073691f708edfc1966f1b39839d02f2.tar.gz
emacs-07cb6bd44073691f708edfc1966f1b39839d02f2.zip
(lazy-lock) <defgroup>: Move from font-lock.el.
-rw-r--r--lisp/obsolete/lazy-lock.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el
index 2daf779bc73..d21d6e232b0 100644
--- a/lisp/obsolete/lazy-lock.el
+++ b/lisp/obsolete/lazy-lock.el
@@ -299,6 +299,10 @@ until TEST returns nil."
299 `(while (progn ,@body ,test))) 299 `(while (progn ,@body ,test)))
300 (put 'do-while 'lisp-indent-function (get 'while 'lisp-indent-function))) 300 (put 'do-while 'lisp-indent-function (get 'while 'lisp-indent-function)))
301 301
302(defgroup lazy-lock nil
303 "Font Lock support mode to fontify lazily."
304 :group 'font-lock)
305
302(defvar lazy-lock-mode nil) ; Whether we are turned on. 306(defvar lazy-lock-mode nil) ; Whether we are turned on.
303(defvar lazy-lock-buffers nil) ; For deferral. 307(defvar lazy-lock-buffers nil) ; For deferral.
304(defvar lazy-lock-timers (cons nil nil)) ; For deferral and stealth. 308(defvar lazy-lock-timers (cons nil nil)) ; For deferral and stealth.
@@ -1050,5 +1054,5 @@ verbosity is controlled via the variable `lazy-lock-stealth-verbose'."
1050 1054
1051(provide 'lazy-lock) 1055(provide 'lazy-lock)
1052 1056
1053;;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9 1057;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9
1054;;; lazy-lock.el ends here 1058;;; lazy-lock.el ends here