/[emacs]/emacs/lisp/jit-lock.el
ViewVC logotype

Diff of /emacs/lisp/jit-lock.el

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

revision 1.42 by monnier, Mon Oct 17 15:15:31 2005 UTC revision 1.43 by monnier, Mon Oct 17 17:39:57 2005 UTC
# Line 351  Defaults to the whole buffer.  END can b Line 351  Defaults to the whole buffer.  END can b
351    
352             ;; Make sure the contextual refontification doesn't re-refontify             ;; Make sure the contextual refontification doesn't re-refontify
353             ;; what's already been refontified.             ;; what's already been refontified.
            (when jit-lock-context-unfontify-pos  
              (if (and (< jit-lock-context-unfontify-pos next)  
354             (when (and jit-lock-context-unfontify-pos             (when (and jit-lock-context-unfontify-pos
355                        (< jit-lock-context-unfontify-pos next)                        (< jit-lock-context-unfontify-pos next)
356                        (>= jit-lock-context-unfontify-pos start))                        (>= jit-lock-context-unfontify-pos start))
                  (setq jit-lock-context-unfontify-pos next)))  
357               (setq jit-lock-context-unfontify-pos next))               (setq jit-lock-context-unfontify-pos next))
358    
359             ;; Fontify the chunk, and mark it as fontified.             ;; Fontify the chunk, and mark it as fontified.

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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