summaryrefslogtreecommitdiff
path: root/lisp/lazy-lock.el
Commit message (Collapse)AuthorAgeFilesLines
* Just a header comment fix.Simon Marshall1997-11-261-3/+0
|
* In deferral, check saved buffers to make sure they exist and have lazy-lock on.Simon Marshall1997-10-281-9/+22
|
* Wrap minibuffer-auto-raise where nec. to stop frame raising.Simon Marshall1997-07-251-3/+5
|
* wrap inhibit-point-motion-hooks where nec.Simon Marshall1997-06-271-42/+47
|
* Use sexp widget in case modified outside custom.Simon Marshall1997-05-061-4/+4
|
* Version 2.08.01 from author; defgroup happens in font-lock.el; don't prevent ↵Simon Marshall1997-04-281-28/+100
| | | | from compiling on emacs 19.34 etc.
* Delete setting of byte-compile-dynamic,Richard M. Stallman1997-04-251-94/+20
| | | | | | byte-compile-dynamic-docstrings and byte-optimize. (with-current-buffer): Duplicate definition deleted. (save-buffer-state, do-while): Move defmacros to top level.
* Don't use cl forms in defcustom declarations.Simon Marshall1997-04-181-4/+3
|
* Cleaned up custom support.Simon Marshall1997-04-181-22/+34
|
* Customise.Simon Marshall1997-04-171-35/+94
|
* (a) split lazy-lock-defer-time into lazy-lock-defer-time and ↵Simon Marshall1996-11-161-172/+394
| | | | lazy-lock-defer-on-the-fly, (b) add lazy-lock-defer-on-scrolling, (c) use these to choose one of lazy-lock-defer-line-after-change, lazy-lock-defer-rest-after-change, lazy-lock-fontify-line-after-change, lazy-lock-fontify-rest-after-change to add to after-change-functions, (d) use with-current-buffer rather than save-excursion, (e) avoid integer overflow in lazy-lock-percent-fontified.
* Test for lazy-lock-mode before swapping hooks.Simon Marshall1996-06-241-30/+26
|
* Initial revisionRichard M. Stallman1996-06-191-0/+829