diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-09-01 13:59:51 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-09-01 13:59:51 +0000 |
commit | 88eed4e0fd49d164a16fe85ebf8b3e01a8068312 (patch) | |
tree | 126e5162509ced1104f3b406c49be2f667611780 /lisp/obsolete/lazy-lock.el | |
parent | c909297432b45c3990ea0750bfe572a5d24a25e3 (diff) | |
download | emacs-88eed4e0fd49d164a16fe85ebf8b3e01a8068312.tar.gz |
(lazy-lock) <defgroup>: Move from font-lock.el.
Diffstat (limited to 'lisp/obsolete/lazy-lock.el')
-rw-r--r-- | lisp/obsolete/lazy-lock.el | 6 |
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." `(while (progn ,@body ,test))) (put 'do-while 'lisp-indent-function (get 'while 'lisp-indent-function))) +(defgroup lazy-lock nil + "Font Lock support mode to fontify lazily." + :group 'font-lock) + (defvar lazy-lock-mode nil) ; Whether we are turned on. (defvar lazy-lock-buffers nil) ; For deferral. (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'." (provide 'lazy-lock) -;;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9 +;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9 ;;; lazy-lock.el ends here |