summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Expand)AuthorAge
* Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-17
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* In end-of-defun, terminate early if no further defun existsYuan Fu2022-11-10
* ; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eol): Doc fix.Eli Zaretskii2022-08-06
* Add variable end-of-defun-moves-to-eolFilipp Gunbin2022-08-05
* Remove many items obsolete since 24.1Stefan Kangas2022-07-08
* ; * lisp/emacs-lisp/lisp.el (raise-sexp): Doc fix. (Bug#55788)Eli Zaretskii2022-06-06
* Further raise-sexp doc string improvementLars Ingebrigtsen2022-06-04
* Improve the raise-sexp doc stringLars Ingebrigtsen2022-06-04
* Make down-list signal an error if called inside a stringLars Ingebrigtsen2022-05-06
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Reformat up-list and backward-up-list doc stringsLars Ingebrigtsen2021-09-02
* Don't signal scan-error in interactive sexp-based commandsMattias Engdegård2021-04-30
* Update copyright year to 2021Paul Eggert2021-01-01
* New user options 'copy-region-blink-delay' and 'delete-pair-blink-delay'Juri Linkov2020-11-15
* ; * lisp/emacs-lisp/lisp.el: rename parameter in last changeMattias Engdegård2020-09-23
* Don't signal scan-error when moving by sexp interactivelyMattias Engdegård2020-09-23
* Make delete-pair only delete pairs that are part of insert-pair-alistmartin rudalics2020-09-22
* Revert "Make delete-pair only delete pairs that are part of insert-pair-alist"Lars Ingebrigtsen2020-09-18
* Make delete-pair only delete pairs that are part of insert-pair-alistmartin rudalics2020-09-17
* Fix (end-of-defun N) for N >= 2Noam Postavsky2020-08-11
* Update copyright year to 2020Paul Eggert2020-01-01
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* (beginning-of-defun-raw): Suppress warning about syntax-begin-functionLars Ingebrigtsen2019-06-12
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* * lisp/emacs-lisp/lisp.el (insert-pair-alist): Turn defvar into defcustom.Juri Linkov2019-05-06
* * lisp/emacs-lisp/lisp.el (insert-pair-alist): Precompute default value.Juri Linkov2019-05-05
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * lisp/emacs-lisp/lisp.el (delete-pair): Add optional prefix arg.Juri Linkov2018-10-19
* | Merge from origin/emacs-26Paul Eggert2018-01-09
|\|
| * Fix mark-defun when there's no spaces between successive defuns.Alan Mackenzie2018-01-06
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Don't get fooled by open parens in column 0 within stringsStefan Monnier2017-12-13
|/
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Modify `beginning-of-defun-comments'Noam Postavsky2017-05-12
* * lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving the point.Noam Postavsky2017-05-12
* Fix Bug#21072 and rework `mark-defun'Marcin Borkowski2017-05-12
* Update copyright year to 2017Paul Eggert2016-12-31
* Doc fix for insert-pair-alistLars Ingebrigtsen2016-05-01
* Fix white space in last checkinLars Ingebrigtsen2016-02-24
* Make `insert-pair' always leave the cursor where documentedDima Kogan2016-02-24
* Update copyright year to 2016Paul Eggert2016-01-01
* * lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier2015-09-17
* Further lisp-complete-symbol related cleanup.Glenn Morris2015-05-18
* Removes the predicate from lisp-complete-symbol (Bug#20456)Nicolas Petton2015-05-16