summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/smie.el
Commit message (Expand)AuthorAgeFilesLines
* (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-5/+5
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* Clarify smie-indent-forward-token doc stringLars Ingebrigtsen2021-08-121-1/+3
* * lisp/emacs-lisp/smie.el: Fix URL. Remove redundant `:group` argsStefan Monnier2021-04-121-17/+17
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in emacs-lisp/*.elStefan Kangas2020-12-041-2/+2
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-4/+3
* * lisp/emacs-lisp/package.elm lisp/emacs-lisp/smie.el: Fix indentStefan Monnier2020-05-291-3/+11
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix bug#38255Stefan Monnier2019-11-211-1/+5
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-4/+4
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-4/+4
* * lisp/emacs-lisp/smie.el (smie-indent-comment-continue): Single-char case.Stefan Monnier2019-04-191-5/+27
* Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-151-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-5/+5
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-2/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix loading of smie-config rules (Bug#24848)Noam Postavsky2017-09-251-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* make smie.el respect prog-first-columnTom Tromey2017-04-051-1/+3
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* * lisp/emacs-lisp/smie.el (smie-indent-keyword): Don't burp in stringsStefan Monnier2016-03-161-1/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix BOB "token"Stefan Monnier2015-12-031-3/+4
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* * lisp/emacs-lisp/smie.el (smie-backward-sexp): Handle BOB better.Stefan Monnier2015-11-231-1/+6
* * lisp/emacs-lisp/smie.el: Use `declare' for `pure'Stefan Monnier2015-10-291-4/+4
* * prolog.el: Fix indentation of empty lineStefan Monnier2015-09-221-1/+16
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-3/+3
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-3/+3
* * lisp/emacs-lisp/smie.el (smie-indent-current-column): New funStefan Monnier2015-08-211-4/+21
* Merge from origin/emacs-24Paul Eggert2015-03-291-2/+2
|\
| * * smie.el (smie*ward-sexp-command): Don't pretend the arg is optionalStefan Monnier2015-03-261-2/+2
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | * lisp/emacs-lisp/smie.el (smie-prec2->grammar): Fix corner case problem.Stefan Monnier2015-02-181-2/+5
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | * emacs-lisp/smie.el (smie-config--guess-1): Split from smie-config--guess.Stefan Monnier2014-07-201-44/+48
|/
* * lisp/emacs-lisp/smie.el (smie-config--guess): Fix typo.Stefan Monnier2014-06-201-6/+5
* * lisp/emacs-lisp/smie.el (smie--hanging-eolp-function): New var.Stefan Monnier2014-06-191-4/+10
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info whenStefan Monnier2014-06-131-1/+4
* Small smie.el doc and fixGlenn Morris2014-03-041-3/+7
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Add missing custom :versions, plus small fixesGlenn Morris2013-12-271-0/+5
* Fix bug#16116Dmitry Gutov2013-12-171-9/+20
* * lisp/emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matchingStefan Monnier2013-12-111-1/+1