summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Expand)AuthorAge
* 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
* Push mark before goto-char in jump-to-register and check-parensKelly Dean2015-02-18
* Use user-error where error is inappropriateKelly Dean2015-02-18
* Update copyright year to 2015Paul Eggert2015-01-01
* Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-26
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't useDmitry Gutov2014-09-19
* Fix bug#18265Dmitry Gutov2014-09-19
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Only calculateDmitry Gutov2014-09-19
* Make lisp-completion-at-point more discerningDmitry Gutov2014-09-19
* * lisp/emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.Phil Sainty2014-07-03
* Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-25
|\
| * * lisp/emacs-lisp/lisp.el (end-of-defun): Ensure we move.Stefan Monnier2014-05-20
* | Make up-list and backward-up-list get out of more spotsDaniel Colascione2014-04-09
|/
* * lisp/emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'Dmitry Gutov2014-02-26