summaryrefslogtreecommitdiff
path: root/lisp/electric.el
Commit message (Expand)AuthorAgeFilesLines
* Eglot: rework eglot-imenuJoão Távora2023-04-071-3/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make buffer-local-value obsolete as a generalized variableLars Ingebrigtsen2022-08-231-3/+6
* Revert "Make the generalized buffer-local-variable obsolete"Lars Ingebrigtsen2022-08-221-6/+3
* Make the generalized buffer-local-variable obsoleteLars Ingebrigtsen2022-08-211-3/+6
* Add new user option electric-quote-replace-consecutiveAndrea Greselin2022-08-091-3/+16
* Fix a byte compilation warning in electric.elLars Ingebrigtsen2022-05-241-1/+1
* Fix the final divergent single quote usages in doc stringsLars Ingebrigtsen2022-05-241-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-05-161-1/+1
|\
| * ; * lisp/electric.el (electric-indent-mode): Fix a typo.Eli Zaretskii2022-05-151-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-05-151-2/+8
|\ \ | |/
| * ; * lisp/electric.el (electric-indent-mode): Clarify doc (bug#22564).Eli Zaretskii2022-05-141-2/+8
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-5/+5
|/
* * lisp/electric.el: Do auto-indent inside strings and comments by defaultStefan Monnier2021-05-291-4/+1
* Use lexical-binding in the remaining preloaded filesStefan Monnier2021-01-041-1/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Spelling fixesPaul Eggert2019-12-091-2/+2
* Correctly reindent previous line in electric-indent-modeJoão Távora2019-07-021-5/+8
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-23/+15
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-15/+23
* * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-23/+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
* Avoid using obsolete indent-relative-maybeBasil L. Contovounesios2019-04-031-3/+3
* Adjust previous electric.el and elec-pair.el changeJoão Távora2019-01-251-6/+4
* electric-layout-mode kicks in before electric-pair-modeJoão Távora2019-01-221-25/+51
* * lisp/electric.el: Fix typo in last change.Stefan Monnier2019-01-211-2/+2
* (electric--sort-post-self-insertion-hook): Accept non-symbol functionsStefan Monnier2019-01-211-2/+2
* Revert "Remove leftover from previous electric-layout-rules API"João Távora2019-01-181-0/+1
* (electric-layout-post-self-insert-function-1): Simplify.Stefan Monnier2019-01-181-17/+12
* Ensure fns in electric-layout-rules are called in right positionJoão Távora2019-01-181-3/+7
* Remove leftover from previous electric-layout-rules APIJoão Távora2019-01-181-1/+0
* Extend electric-layout-mode to handle more complex layouts (bug#33794)João Távora2019-01-021-33/+92
* 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-4/+4
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-9/+1
* | Suppress indent errors during electric indentation (Bug#18764)Noam Postavsky2018-06-251-25/+36
* | Ignore escape characters for context-sensitive quotes (Bug#29812)Philipp Stephani2018-01-071-0/+1
* | Fix a small bug in electric quoting.Philipp Stephani2018-01-071-1/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-11-201-1/+1
|\ \ | |/
| * Fix a typo in doc string of electric-indent-functions-without-reindentEli Zaretskii2017-11-181-1/+1
* | * lisp/electric.el: Break recursive loading loopStefan Monnier2017-10-011-2/+2
* | Avoid compilation warning in electric.elEli Zaretskii2017-10-011-0/+2