]> git.eshelyaron.com Git - emacs.git/commitdiff
Paren typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 26 Sep 2006 15:42:58 +0000 (15:42 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 26 Sep 2006 15:42:58 +0000 (15:42 +0000)
lisp/jit-lock.el

index 020b651bfeac76f83c602a7dfecc0a8434d16097..e049579d463a6e099fbe462b411b7f37a8f84739 100644 (file)
@@ -409,7 +409,7 @@ Defaults to the whole buffer.  END can be out of bounds."
     (with-buffer-prepared-for-jit-lock
      ;; Don't cause refontification (it's already been done), but just do
      ;; some random buffer change, so as to force redisplay.
-     (put-text-property start end 'fontified t)))))
+     (put-text-property start end 'fontified t))))
 
 
 \f