summaryrefslogtreecommitdiff
path: root/lisp/jit-lock.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2006-09-26 15:42:58 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2006-09-26 15:42:58 +0000
commit3293762969f01b27ba3f5f118491dd0bc8143c7f (patch)
treefe5f649f7860446cafb0efd8b18192f41c7b0e58 /lisp/jit-lock.el
parentbe95632401272554023bbf4f4624cfb850ddb709 (diff)
downloademacs-3293762969f01b27ba3f5f118491dd0bc8143c7f.tar.gz
Paren typo.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r--lisp/jit-lock.el2
1 files changed, 1 insertions, 1 deletions
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))))