summaryrefslogtreecommitdiff
path: root/lisp/jit-lock.el
Commit message (Expand)AuthorAgeFilesLines
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
* (jit-lock-after-change): Check the font-lock-multilineStefan Monnier2001-05-171-8/+7
* (jit-lock-fontify-now): Don't bindGerd Moellmann2001-01-191-2/+9
* Update copyright.Gerd Moellmann2001-01-191-2/+1
* (jit-lock-after-change): If font-lock-multilineGerd Moellmann2001-01-191-1/+2
* (jit-lock-stealth-time): Doc fix.Gerd Moellmann2000-10-171-1/+1
* (jit-lock-after-change): If we're in text thatGerd Moellmann2000-10-161-0/+8
* (jit-lock-fontify-buffer): Remove.Stefan Monnier2000-10-151-1/+0
* Don't require font-lock any more.Stefan Monnier2000-10-081-64/+27
* (jit-lock-mode): Use jit-lock-defer-contextuallyStefan Monnier2000-10-051-7/+11
* (jit-lock-register, jit-lock-unregister): Docstring fix.Stefan Monnier2000-10-051-3/+4
* (jit-lock-register, jit-lock-unregister): New functions.Stefan Monnier2000-10-051-0/+14
* (with-buffer-unmodified): Use unwind-protect.Stefan Monnier2000-10-051-38/+36
* (jit-lock-after-change): Don't assume point is at START.Stefan Monnier2000-06-201-14/+16
* (with-buffer-prepared-for-jit-lock):Stefan Monnier2000-06-201-58/+40
* (jit-lock-mode): Force jit-refontify when turned on.Stefan Monnier2000-06-171-8/+9
* (jit-lock-saved-fontify-buffer-function): New var.Stefan Monnier2000-06-051-7/+31
* (jit-lock-mode): Add after change function to local hook.Gerd Moellmann2000-05-291-1/+1
* (with-buffer-unmodified): Fix bug introduced by `)'Gerd Moellmann2000-04-101-2/+2
* (with-buffer-unmodified): UseGerd Moellmann2000-04-091-38/+41
* (with-buffer-unmodified): New macro.Gerd Moellmann2000-04-041-69/+84
* (with-buffer-prepared-for-font-lock): Add commentGerd Moellmann2000-03-201-0/+2
* (jit-lock-function): Widen before calculating endGerd Moellmann2000-01-311-51/+55
* (jit-lock-function): Extend the fontified rangeGerd Moellmann1999-08-251-9/+12
* (jit-lock-function): Use line-beginning-position.Gerd Moellmann1999-08-211-10/+2
* New file.Gerd Moellmann1999-07-211-0/+433