From: Stefan Monnier Date: Tue, 26 Sep 2006 15:42:58 +0000 (+0000) Subject: Paren typo. X-Git-Tag: emacs-pretest-22.0.90~331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3293762969f01b27ba3f5f118491dd0bc8143c7f;p=emacs.git Paren typo. --- diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 020b651bfea..e049579d463 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -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))))