/[emacs]/emacs/lisp/obsolete/lazy-lock.el
ViewVC logotype

Diff of /emacs/lisp/obsolete/lazy-lock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ttn, Sat Aug 6 17:48:15 2005 UTC revision 1.5 by monnier, Thu Sep 1 13:59:51 2005 UTC
# Line 299  until TEST returns nil." Line 299  until TEST returns nil."
299     `(while (progn ,@body ,test)))     `(while (progn ,@body ,test)))
300   (put 'do-while 'lisp-indent-function (get 'while 'lisp-indent-function)))   (put 'do-while 'lisp-indent-function (get 'while 'lisp-indent-function)))
301    
302    (defgroup lazy-lock nil
303      "Font Lock support mode to fontify lazily."
304      :group 'font-lock)
305    
306  (defvar lazy-lock-mode nil)                     ; Whether we are turned on.  (defvar lazy-lock-mode nil)                     ; Whether we are turned on.
307  (defvar lazy-lock-buffers nil)                  ; For deferral.  (defvar lazy-lock-buffers nil)                  ; For deferral.
308  (defvar lazy-lock-timers (cons nil nil))        ; For deferral and stealth.  (defvar lazy-lock-timers (cons nil nil))        ; For deferral and stealth.
# Line 1050  verbosity is controlled via the variable Line 1054  verbosity is controlled via the variable
1054    
1055  (provide 'lazy-lock)  (provide 'lazy-lock)
1056    
1057  ;;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9  ;; arch-tag: c1776846-f046-4a45-9684-54b951b12fc9
1058  ;;; lazy-lock.el ends here  ;;; lazy-lock.el ends here

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26