summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/syntax.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (syntax-ppss-toplevel-pos): New fun.Stefan Monnier2006-12-121-0/+8
|
* (syntax-ppss): Flush the cache before rather than after a buffer modification.Stefan Monnier2006-05-071-9/+8
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock soDan Nicolaescu2005-10-311-1/+0
| | | | | | | | | | | | | | that global-font-lock-mode can be enabled by default. * font-lock.el (font-lock-keywords, font-lock-mode-internal) (font-lock-add-keywords, font-lock-remove-keywords) (font-lock-fontify-buffer): Remove autoload cookies. * jit-lock.el (jit-lock-register): Likewise. * emacs-lisp/syntax.el (syntax-ppss): Likewise. * puresize.h (BASE_PURESIZE): Increment to 1170000.
* (syntax-ppss-flush-cache): Fix typo.Stefan Monnier2005-10-211-1/+1
| | | | Suggested by Martin Rudalics <rudalics@gmx.at>.
* (syntax-ppss-flush-cache): Fix corner boundary case.Stefan Monnier2005-10-211-5/+9
| | | | Suggested by Martin Rudalics <rudalics@gmx.at>.
* (font-lock-beginning-of-syntax-function): Add defvar.Juanma Barranquero2005-08-291-0/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (syntax-ppss): Catch the case where the buffer is narrowed.Stefan Monnier2003-07-161-133/+142
|
* (syntax-ppss-flush-cache): Rename from syntax-ppss-after-change-function.Stefan Monnier2003-07-161-9/+6
| | | | (syntax-ppss-after-change-function): New alias. Update uses.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-3/+3
|
* (syntax-after): Delete. Moved to subr.el.Stefan Monnier2002-09-091-8/+0
|
* Follow coding conventions.Pavel Janík2002-05-021-1/+4
|
* Don't profile syntax-ppss any more.Stefan Monnier2001-11-251-1/+7
| | | | (syntax-after): New fun.
* (syntax-ppss-stats): Be more robust when dividing by 0.Stefan Monnier2001-10-281-1/+4
|
* (syntax-ppss): Autoload.Stefan Monnier2001-10-131-0/+1
|
* New file.Stefan Monnier2001-10-111-0/+281