summaryrefslogtreecommitdiff
path: root/lisp/indent.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Improve documentation of TAB/SPC indentationEli Zaretskii2022-12-271-1/+2
* Prefer defvar-keymap in several casesStefan Kangas2022-09-131-6/+4
* Use substitute-command-keys in a few more placesStefan Kangas2022-08-231-1/+3
* Add new args MESSAGE and TIMEOUT to set-transient-map (bug#21634)Juri Linkov2022-07-061-5/+2
* Bind TAB in indent-rigidly-map as a convenienceLars Ingebrigtsen2022-05-121-9/+11
* Merge from origin/emacs-28Stefan Kangas2022-03-011-1/+1
|\
| * Fix :tag for eol in tab-first-completionLars Ingebrigtsen2022-02-281-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-01-161-4/+5
|\ \ | |/
| * * lisp/indent.el (tab-first-completion): Fix incorrect choices.Philipp Stephani2022-01-151-4/+5
* | * lisp/indent.el (indent-for-tab-command): Use 'eq' for symbols.Philipp Stephani2022-01-141-6/+6
* | indent-for-tab-command: Deal with large point or modiff values.Philipp Stephani2022-01-141-2/+2
* | Simplify code for 'indent-for-tab-command' slightly.Philipp Stephani2022-01-141-5/+5
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Don't ignore restriction in indent-region-line-by-lineMiha Rihtaršič2021-11-181-5/+12
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-6/+9
* ; * lisp/indent.el (tab-first-completion): Fix :version tag.Eli Zaretskii2021-09-051-1/+1
* Clarify indent-line-function doc stringEli Zaretskii2021-05-301-2/+2
* * lisp/indent.el (beginning-of-line-text): Mark it as a movement commandStefan Monnier2021-02-081-1/+1
* Merge from origin/emacs-27Glenn Morris2021-02-061-1/+2
|\
| * Clarify the indent-rigidly doc stringLars Ingebrigtsen2021-02-061-1/+2
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Don't hard-code ignored functions in `indent-according-to-mode'Lars Ingebrigtsen2021-02-051-5/+6
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | indent-rigidly doc string clarificationLars Ingebrigtsen2020-10-161-1/+2
* | Add a new variable tab-first-completionAlex Branham2020-10-141-3/+40
* | Revert "Explain in the tab-always-indent doc how to make TAB insert a TAB"Lars Ingebrigtsen2020-09-081-10/+1
* | Explain in the tab-always-indent doc how to make TAB insert a TABLars Ingebrigtsen2020-09-051-1/+10
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* 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
* Update documentation for indent-relative functionsAlex Branham2019-04-051-2/+3
* Avoid using obsolete indent-relative-maybeBasil L. Contovounesios2019-04-031-4/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Preserve nonblank whitespace when indenting (Bug#32200)Noam Postavsky2018-07-221-3/+6
* | * lisp/indent.el (indent-line-to): Fix dedenting of tabs.Noam Postavsky2018-07-101-3/+5
* | Respect field boundaries in indent-line-to (Bug#32014)Noam Postavsky2018-07-091-2/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Widen in indent-for-tab-command in the normal case, toowiden-lessDmitry Gutov2017-12-201-4/+7
* Consolidate 'widen' callsDmitry Gutov2017-12-141-3/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Make `indent-line-to' respect field boundaries (Bug#26891)Noam Postavsky2017-05-151-1/+1
* * lisp/indent.el (indent-region-line-by-line): New function.Stefan Monnier2017-01-301-15/+17
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Extend 'indent-relative' when its arg is non-nilAlex2016-11-181-17/+24
* | Don't delete selection after indent-rigidlyNoam Postavsky2016-08-061-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1