summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/syntax.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Give 'syntax-propertize-wholelines' a docstring.Philipp Stephani2021-05-301-0/+4
* * lisp/emacs-lisp/syntax.el (syntax-propertize-rules): Use `macroexp-let2`Stefan Monnier2021-03-111-6/+7
* Prefer defvar-local in emacs-lisp/*.elStefan Kangas2021-01-311-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in emacs-lisp/*.elStefan Kangas2020-12-041-1/+1
* ; * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix.Glenn Morris2020-09-201-1/+1
* Merge from origin/emacs-27Glenn Morris2020-09-201-1/+6
|\
| * Add doc to syntax-propertize-function saying it must do a 100% jobAlan Mackenzie2020-09-191-1/+6
* | Allow back-references in syntax-propertize-rules.Tassilo Horn2020-05-191-10/+25
* | * lisp/emacs-lisp/syntax.el: Fix bug#41195Stefan Monnier2020-05-121-6/+18
* | * lisp/emacs-lisp/syntax.el (syntax-propertize): Use run-hook-wrappedStefan Monnier2020-05-111-17/+21
|/
* Shorten some ppss struct field namesNoam Postavsky2020-02-231-13/+13
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Revert "Move description of value to syntax-ppss function."Lars Ingebrigtsen2019-10-301-20/+0
* Add a new ppss structure for syntax-ppss dataLars Ingebrigtsen2019-10-301-0/+34
* Move description of value to syntax-ppss function.Lars Ingebrigtsen2019-10-301-0/+20
* Remove old commented out XEmacs compat code from syntax.el (Bug#37524)Stefan Kangas2019-10-011-15/+0
* Document syntax-ppss-contextLars Ingebrigtsen2019-06-241-0/+4
* Do not use syntax-ppss-table in syntax-propertize when nil (Bug#36095)Dario Gjorgjevski2019-06-051-1/+1
* * lisp/emacs-lisp/syntax.el: Use syntax-ppss-table for syntax-propertize.Stefan Monnier2019-06-041-39/+40
* * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-6/+7
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* * lisp/emacs-lisp/syntax.el (syntax-propertize): `ignore` is like nilStefan Monnier2019-05-081-2/+3
* * lisp/subr.el (combine-change-calls-1): Don't combine syntax-ppss flushesStefan Monnier2019-03-161-0/+5
* Use integers for syntax-pps-statsPaul Eggert2019-01-061-16/+16
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/emacs-lisp/syntax.el (syntax-propertize-rules): Allow empty rulesStefan Monnier2018-11-021-2/+2
|/
* Remove outdated comment in syntax.elEli Zaretskii2018-03-031-6/+0
* * lisp/emacs-lisp/syntax.el (syntax-propertize): Fix bug#29767Stefan Monnier2018-01-111-0/+8
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Use a separate syntax-ppss cache for narrowed buffersDmitry Gutov2017-09-261-35/+72
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * lisp/emacs-lisp/syntax.el (syntax-propertize): Flush extended region.Stefan Monnier2016-06-221-0/+3
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+1
|\ \ | |/
| * ; Spelling fixesPaul Eggert2016-05-011-1/+1
| * Clarify some doc stringsLars Ingebrigtsen2016-05-011-3/+4
* | Clarify some doc stringsLars Ingebrigtsen2016-04-281-3/+4
* | * lisp/emacs-lisp/syntax.el (syntax-ppss-table): New varStefan Monnier2016-01-161-1/+5
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* (internal--syntax-propertize): Save match-data here (bug#21766)Stefan Monnier2015-10-281-6/+5
* * lisp/emacs-lisp/syntax.el (syntax-begin-function): Make obsoleteStefan Monnier2015-09-201-0/+1
* * lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier2015-09-171-7/+0
* Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier2015-09-111-52/+53
* Make syntax.c call syntax-propertize on demandStefan Monnier2015-09-091-0/+15
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1