| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | New user options 'copy-region-blink-delay' and 'delete-pair-blink-delay' | Juri Linkov | 2020-11-15 | 1 | -1/+15 |
* | ; * lisp/emacs-lisp/lisp.el: rename parameter in last change | Mattias EngdegÄrd | 2020-09-23 | 1 | -28/+28 |
* | Don't signal scan-error when moving by sexp interactively | Mattias EngdegÄrd | 2020-09-23 | 1 | -45/+95 |
* | Make delete-pair only delete pairs that are part of insert-pair-alist | martin rudalics | 2020-09-22 | 1 | -6/+31 |
* | Revert "Make delete-pair only delete pairs that are part of insert-pair-alist" | Lars Ingebrigtsen | 2020-09-18 | 1 | -31/+6 |
* | Make delete-pair only delete pairs that are part of insert-pair-alist | martin rudalics | 2020-09-17 | 1 | -6/+31 |
* | Fix (end-of-defun N) for N >= 2 | Noam Postavsky | 2020-08-11 | 1 | -1/+2 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | lisp/*.el: Fix typos and other trivial doc fixes | Juanma Barranquero | 2019-09-21 | 1 | -3/+3 |
* | (beginning-of-defun-raw): Suppress warning about syntax-begin-function | Lars Ingebrigtsen | 2019-06-12 | 1 | -2/+3 |
* | Go back to "Maintainer: emacs-devel@gnu.org" | Paul Eggert | 2019-05-25 | 1 | -0/+1 |
* | Fixes for "Maintainer:" and related lines | Paul Eggert | 2019-05-19 | 1 | -1/+0 |
* | * lisp/emacs-lisp/lisp.el (insert-pair-alist): Turn defvar into defcustom. | Juri Linkov | 2019-05-06 | 1 | -9/+12 |
* | * lisp/emacs-lisp/lisp.el (insert-pair-alist): Precompute default value. | Juri Linkov | 2019-05-05 | 1 | -1/+7 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | * lisp/emacs-lisp/lisp.el (delete-pair): Add optional prefix arg. | Juri Linkov | 2018-10-19 | 1 | -5/+7 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-09 | 1 | -10/+8 |
|\| |
|
| * | Fix mark-defun when there's no spaces between successive defuns. | Alan Mackenzie | 2018-01-06 | 1 | -10/+8 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
|\| |
|
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | | Don't get fooled by open parens in column 0 within strings | Stefan Monnier | 2017-12-13 | 1 | -6/+12 |
|/ |
|
* | maint: shorten https://lists.gnu.org/archive/html/... links | Paul Eggert | 2017-11-25 | 1 | -3/+3 |
* | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-10-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Modify `beginning-of-defun-comments' | Noam Postavsky | 2017-05-12 | 1 | -8/+16 |
* | * lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving the point. | Noam Postavsky | 2017-05-12 | 1 | -7/+3 |
* | Fix Bug#21072 and rework `mark-defun' | Marcin Borkowski | 2017-05-12 | 1 | -38/+94 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Doc fix for insert-pair-alist | Lars Ingebrigtsen | 2016-05-01 | 1 | -1/+5 |
* | Fix white space in last checkin | Lars Ingebrigtsen | 2016-02-24 | 1 | -1/+2 |
* | Make `insert-pair' always leave the cursor where documented | Dima Kogan | 2016-02-24 | 1 | -2/+4 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | * lisp/font-lock.el (font-lock-beginning-of-syntax-function): Remove | Stefan Monnier | 2015-09-17 | 1 | -2/+1 |
* | Further lisp-complete-symbol related cleanup. | Glenn Morris | 2015-05-18 | 1 | -2/+3 |
* | Removes the predicate from lisp-complete-symbol (Bug#20456) | Nicolas Petton | 2015-05-16 | 1 | -9/+6 |
* | Push mark before goto-char in jump-to-register and check-parens | Kelly Dean | 2015-02-18 | 1 | -1/+2 |
* | Use user-error where error is inappropriate | Kelly Dean | 2015-02-18 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el. | Stefan Monnier | 2014-09-26 | 1 | -300/+0 |
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't use | Dmitry Gutov | 2014-09-19 | 1 | -12/+7 |
* | Fix bug#18265 | Dmitry Gutov | 2014-09-19 | 1 | -1/+3 |
* | * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate | Dmitry Gutov | 2014-09-19 | 1 | -98/+99 |
* | Make lisp-completion-at-point more discerning | Dmitry Gutov | 2014-09-19 | 1 | -12/+71 |
* | * lisp/emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var. | Phil Sainty | 2014-07-03 | 1 | -4/+20 |
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org | Glenn Morris | 2014-05-25 | 1 | -13/+23 |
|\ |
|
| * | * lisp/emacs-lisp/lisp.el (end-of-defun): Ensure we move. | Stefan Monnier | 2014-05-20 | 1 | -13/+23 |
* | | Make up-list and backward-up-list get out of more spots | Daniel Colascione | 2014-04-09 | 1 | -29/+87 |
|/ |
|
* | * lisp/emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file' | Dmitry Gutov | 2014-02-26 | 1 | -2/+4 |