diff options
| author | Stefan Monnier | 2006-09-26 15:42:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-09-26 15:42:58 +0000 |
| commit | 3293762969f01b27ba3f5f118491dd0bc8143c7f (patch) | |
| tree | fe5f649f7860446cafb0efd8b18192f41c7b0e58 /lisp | |
| parent | be95632401272554023bbf4f4624cfb850ddb709 (diff) | |
| download | emacs-3293762969f01b27ba3f5f118491dd0bc8143c7f.tar.gz emacs-3293762969f01b27ba3f5f118491dd0bc8143c7f.zip | |
Paren typo.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/jit-lock.el | 2 |
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." | |||
| 409 | (with-buffer-prepared-for-jit-lock | 409 | (with-buffer-prepared-for-jit-lock |
| 410 | ;; Don't cause refontification (it's already been done), but just do | 410 | ;; Don't cause refontification (it's already been done), but just do |
| 411 | ;; some random buffer change, so as to force redisplay. | 411 | ;; some random buffer change, so as to force redisplay. |
| 412 | (put-text-property start end 'fontified t))))) | 412 | (put-text-property start end 'fontified t)))) |
| 413 | 413 | ||
| 414 | 414 | ||
| 415 | 415 | ||