summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-031-1/+1
* ; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string.Eli Zaretskii2023-07-121-1/+1
* Fix doc strings of 'mark-sexp' and 'mark-word'Eli Zaretskii2023-05-061-6/+16
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* In end-of-defun, terminate early if no further defun existsYuan Fu2022-11-101-9/+18
* ; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eol): Doc fix.Eli Zaretskii2022-08-061-5/+3
* Add variable end-of-defun-moves-to-eolFilipp Gunbin2022-08-051-1/+10
* Remove many items obsolete since 24.1Stefan Kangas2022-07-081-8/+1
* ; * lisp/emacs-lisp/lisp.el (raise-sexp): Doc fix. (Bug#55788)Eli Zaretskii2022-06-061-5/+9
* Further raise-sexp doc string improvementLars Ingebrigtsen2022-06-041-1/+1
* Improve the raise-sexp doc stringLars Ingebrigtsen2022-06-041-1/+16
* Make down-list signal an error if called inside a stringLars Ingebrigtsen2022-05-061-0/+2
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Reformat up-list and backward-up-list doc stringsLars Ingebrigtsen2021-09-021-12/+20
* Don't signal scan-error in interactive sexp-based commandsMattias Engdegård2021-04-301-115/+131
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* New user options 'copy-region-blink-delay' and 'delete-pair-blink-delay'Juri Linkov2020-11-151-1/+15
* ; * lisp/emacs-lisp/lisp.el: rename parameter in last changeMattias Engdegård2020-09-231-28/+28
* Don't signal scan-error when moving by sexp interactivelyMattias Engdegård2020-09-231-45/+95
* Make delete-pair only delete pairs that are part of insert-pair-alistmartin rudalics2020-09-221-6/+31
* Revert "Make delete-pair only delete pairs that are part of insert-pair-alist"Lars Ingebrigtsen2020-09-181-31/+6
* Make delete-pair only delete pairs that are part of insert-pair-alistmartin rudalics2020-09-171-6/+31
* Fix (end-of-defun N) for N >= 2Noam Postavsky2020-08-111-1/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-3/+3
* (beginning-of-defun-raw): Suppress warning about syntax-begin-functionLars Ingebrigtsen2019-06-121-2/+3
* 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
* * lisp/emacs-lisp/lisp.el (insert-pair-alist): Turn defvar into defcustom.Juri Linkov2019-05-061-9/+12
* * lisp/emacs-lisp/lisp.el (insert-pair-alist): Precompute default value.Juri Linkov2019-05-051-1/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/emacs-lisp/lisp.el (delete-pair): Add optional prefix arg.Juri Linkov2018-10-191-5/+7
* | Merge from origin/emacs-26Paul Eggert2018-01-091-10/+8
|\|
| * Fix mark-defun when there's no spaces between successive defuns.Alan Mackenzie2018-01-061-10/+8
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Don't get fooled by open parens in column 0 within stringsStefan Monnier2017-12-131-6/+12
|/
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-3/+3
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Modify `beginning-of-defun-comments'Noam Postavsky2017-05-121-8/+16
* * lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving the point.Noam Postavsky2017-05-121-7/+3
* Fix Bug#21072 and rework `mark-defun'Marcin Borkowski2017-05-121-38/+94
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Doc fix for insert-pair-alistLars Ingebrigtsen2016-05-011-1/+5
* Fix white space in last checkinLars Ingebrigtsen2016-02-241-1/+2
* Make `insert-pair' always leave the cursor where documentedDima Kogan2016-02-241-2/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1