summaryrefslogtreecommitdiff
path: root/lisp/align.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Clarify align-regexp doc stringLars Ingebrigtsen2021-09-231-16/+18
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* ; Remove some useless commentsStefan Kangas2021-04-161-2/+0
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-2/+2
* Assume font-lock-mode variable is not voidStefan Kangas2021-02-051-1/+1
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-6/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove redundant 'function's around lambda in align.elStefan Kangas2020-12-301-86/+70
* Fix alignment of Java String[] and the likeLars Ingebrigtsen2020-12-281-1/+1
* Fix alignment of declaractions of arraysLars Ingebrigtsen2020-12-021-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-11-141-3/+2
* Don't quote lambdas in several placesStefan Kangas2020-10-011-3/+3
* Merge from origin/emacs-27Glenn Morris2020-02-131-1/+1
|\
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-1/+1
* | Make more load-hooks obsoleteGlenn Morris2020-01-161-0/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Declare unused vhdl code in align.el obsoleteStefan Kangas2019-10-041-11/+5
* Fix a bug in callback functions in align-areasLars Ingebrigtsen2019-09-191-3/+6
* 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
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-1/+1
* 2019-03-26 regex cleanupPaul Eggert2019-03-261-1/+1
* Fix more regular expression typosPaul Eggert2019-03-181-2/+2
* More regexp corrections and tweaksPaul Eggert2019-03-101-1/+1
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace some uses of cl-member-if with applyMark Oteiza2017-04-081-4/+1
* require cl-lib to fix fallout from mhtml seriesTom Tromey2017-04-061-0/+2
* change align to use derived-mode-pTom Tromey2017-04-051-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Doc fix for align-newline-and-indentLars Ingebrigtsen2016-05-011-1/+3
* | Doc fix for align-newline-and-indentLars Ingebrigtsen2016-04-291-1/+3
* | Fix alignement rule for CSSEtienne Prud'homme2016-04-101-1/+1
* | Use a separate history variable for align-regexpDima Kogan2016-02-281-1/+4
|/
* * lisp/align.el (align): Simplify a lambdaArtur Malabarba2016-01-031-5/+4
* * lisp/align.el (align): Fix arg order in call to `align-region'Artur Malabarba2016-01-031-3/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-4/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * align.el (align-adjust-col-for-rule): Unbreak due to defaultingLeo Liu2014-06-241-7/+2
* lisp/align.el (align-region): Do not fail when end-mark is nil (bug#17088).Nicolas Richard2014-03-241-1/+1
* lisp/*.el: Fix typos.Juanma Barranquero2014-03-211-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/align.el: Use lexical-binding.Stefan Monnier2013-08-201-211/+198