summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Expand)AuthorAgeFilesLines
* 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'fix/bug-21072Noam 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
* * lisp/font-lock.el (font-lock-beginning-of-syntax-function): RemoveStefan Monnier2015-09-171-2/+1
* Further lisp-complete-symbol related cleanup.Glenn Morris2015-05-181-2/+3
* Removes the predicate from lisp-complete-symbol (Bug#20456)Nicolas Petton2015-05-161-9/+6
* Push mark before goto-char in jump-to-register and check-parensKelly Dean2015-02-181-1/+2
* Use user-error where error is inappropriateKelly Dean2015-02-181-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-261-300/+0
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't useDmitry Gutov2014-09-191-12/+7
* Fix bug#18265Dmitry Gutov2014-09-191-1/+3
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Only calculateDmitry Gutov2014-09-191-98/+99
* Make lisp-completion-at-point more discerningDmitry Gutov2014-09-191-12/+71
* * lisp/emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.Phil Sainty2014-07-031-4/+20
* Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-13/+23
|\
| * * lisp/emacs-lisp/lisp.el (end-of-defun): Ensure we move.Stefan Monnier2014-05-201-13/+23
* | Make up-list and backward-up-list get out of more spotsDaniel Colascione2014-04-091-29/+87
|/
* * lisp/emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'Dmitry Gutov2014-02-261-2/+4
* * emacs-lisp/lisp.el (up-list): Doc fix.Lars Ingebrigtsen2014-02-091-0/+10
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't startStefan Monnier2014-02-061-2/+11
* Define and use `completion-table-merge'Dmitry Gutov2014-02-061-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names forStefan Monnier2013-10-171-0/+11
* * lisp/emacs-lisp/lisp.el (lisp--company-doc-buffer)Stefan Monnier2013-08-291-6/+67
* * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.Glenn Morris2013-06-131-2/+4
* * lisp.el: Provide completion of locally bound variables in Elisp.Stefan Monnier2013-06-031-8/+96
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't burp at EOB.Stefan Monnier2013-05-241-1/+1
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't useStefan Monnier2013-05-241-1/+5
* * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Provide specializedStefan Monnier2013-04-171-26/+54
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* `narrow-to-defun' fixupLennart Borgman2012-04-111-1/+15
* * lisp/emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defunDmitry Gutov2012-02-231-3/+2