emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/jit-lock.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/jit-lock.el
Date: Wed, 15 Mar 2006 22:26:10 +0000

Index: emacs/lisp/jit-lock.el
diff -u emacs/lisp/jit-lock.el:1.49 emacs/lisp/jit-lock.el:1.50
--- emacs/lisp/jit-lock.el:1.49 Tue Mar 14 18:23:47 2006
+++ emacs/lisp/jit-lock.el      Wed Mar 15 22:26:08 2006
@@ -571,7 +571,7 @@
         (setq start (if region
                         (car region)
                       (goto-char start)
-                      (line-beginning-position (- 1 font-lock-lines-before))))
+                      (line-beginning-position)))
 
         ;; If we're in text that matches a multi-line font-lock pattern,
         ;; make sure the whole text will be redisplayed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]