summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Add new variable 'up-list-function' for 'treesit-up-list'Juri Linkov2024-12-291-0/+10
* Add new variable 'down-list-function' for 'treesit-down-list'Juri Linkov2024-12-291-5/+17
* Add new variable 'forward-list-function' for 'treesit-forward-list'Juri Linkov2024-12-291-1/+13
* Prefer defcustom :local specifierStefan Kangas2024-10-041-1/+1
* ; * lisp/emacs-lisp/lisp.el (delete-pair-push-mark): Add :version.Eli Zaretskii2024-09-211-1/+3
* Add option for delete-pair to mark end of regionPaul Nelson2024-09-211-2/+10
* Change 'type' declaration to 'ftype'Andrea Corallo2024-05-141-1/+1
* Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-291-1/+2
* * lisp/emacs-lisp/lisp.el (forward-sexp-function): Set back to nil.Juri Linkov2024-04-171-4/+4
* Add 'forward-sexp-default-function' to be used by 'treesit-forward-sexp'Juri Linkov2024-04-141-5/+9
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-1/+1
|\|
| * ; Fix typosStefan Kangas2023-12-031-1/+1
* | Fix beginning-of-defun not jumping to BOFJens Schmidt2023-10-141-1/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-07-151-1/+1
|\|
| * ; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string.Eli Zaretskii2023-07-121-1/+1
* | Merge branch 'emacs-29'Stefan Monnier2023-05-101-6/+16
|\|
| * Fix doc strings of 'mark-sexp' and 'mark-word'Eli Zaretskii2023-05-061-6/+16
* | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-171-0/+1
|/
* ; 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