changeset 65306:f56e6cd5e1fe

(lazy-lock) <defgroup>: Move from font-lock.el.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Sep 2005 13:59:51 +0000
parents f91648b9f8b1
children 36abe6aaec07
files lisp/obsolete/lazy-lock.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/obsolete/lazy-lock.el	Thu Sep 01 13:59:17 2005 +0000
+++ b/lisp/obsolete/lazy-lock.el	Thu Sep 01 13:59:51 2005 +0000
@@ -299,6 +299,10 @@
    `(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 @@
 
 (provide 'lazy-lock)
 
-;;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9
+;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9
 ;;; lazy-lock.el ends here