# HG changeset patch # User Stefan Monnier # Date 1159285378 0 # Node ID b8d627e75b2d45bccfc66e3ed68ca0dba4632871 # Parent db20c4c0a56fb1aeb1ea524dfc77659828bc70f9 Paren typo. diff -r db20c4c0a56f -r b8d627e75b2d lisp/jit-lock.el --- a/lisp/jit-lock.el Tue Sep 26 15:42:29 2006 +0000 +++ b/lisp/jit-lock.el Tue Sep 26 15:42:58 2006 +0000 @@ -409,7 +409,7 @@ (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))))