summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-3/+2
* * lisp/emacs-lisp/lisp.el (up-list): Fix forward movement.Stefan Monnier2011-05-231-6/+6
* Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.Glenn Morris2011-05-121-3/+3
|\
| * * lisp/emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):Stefan Monnier2011-05-091-2/+3
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-121-43/+43
|\ \ | |/
| * * lisp/emacs-lisp/lisp.el (lisp-completion-at-point):Stefan Monnier2010-10-091-27/+27