summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Expand)AuthorAgeFilesLines
* (lisp-complete-symbol): Use minibuffer-complete.Stefan Monnier2009-08-301-79/+36
* (field-complete): Use minibuffer-complete.Stefan Monnier2009-08-301-37/+10
* Remove leading * from defcustom docs.Glenn Morris2009-07-221-1/+1
* (end-of-defun-function): Make it more clear thatStefan Monnier2009-03-031-1/+2
* (beginning-of-defun): Fix harmless paren typo.Stefan Monnier2009-02-191-1/+2
* (end-of-defun): Consider the ".*\n" after the end ofStefan Monnier2009-02-191-0/+8
* (end-of-defun-function): Docstring fix.Stefan Monnier2009-02-141-2/+3
* (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.Stefan Monnier2009-02-121-44/+30
* (end-of-defun): Don't skip to next line afterStefan Monnier2009-02-121-6/+8
* Add "^" to interactive spec of sexp movement commandsMiles Bader2009-02-041-10/+10
* (end-of-defun): Protect against infloops (Bug#2106).Chong Yidong2009-01-311-11/+21
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Fix typo in previous commit.Juanma Barranquero2008-11-261-1/+1
* (forward-sexp, backward-sexp, mark-sexp)Alan Mackenzie2008-11-261-14/+29
* Revert last change.Chong Yidong2008-08-151-3/+1
* (lisp-complete-symbol): Supply match-size to display-completion-list.Chong Yidong2008-08-141-10/+11
* (beginning-of-defun): Doc fix.Chong Yidong2008-08-111-16/+21
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (lisp-complete-symbol):Juri Linkov2008-03-221-1/+3
* (parens-require-spaces): Doc fix.Chong Yidong2008-03-051-1/+2
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (end-of-defun): Restructure so that end-of-defun-function is calledStefan Monnier2007-11-261-49/+77
* | (beginning-of-defun-raw): Pass `arg' down to beginning-of-defun-function.Stefan Monnier2007-11-221-9/+20
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (lisp-complete-symbol): Make get-buffer-window find windows in other frames.Stefan Monnier2007-03-281-2/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (beginning-of-defun-raw): Optimise (for speed) the case whenChong Yidong2006-12-171-42/+61
* Update copyright years.Glenn Morris2006-12-071-1/+1
* 2006-11-08 Alan Mackenzie <acm@muc.de>Alan Mackenzie2006-11-081-11/+53
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (lisp-complete-symbol): Don't print progress messages if in theRomain Francoise2005-12-221-22/+27
* (lisp-complete-symbol): Mostly undo the change by Kevin Rodgers.Stefan Monnier2005-12-221-6/+9
* (lisp-complete-symbol): Don't call delete-windows-on with an inexistent buffer.Stefan Monnier2005-12-211-2/+3
* (lisp-complete-symbol): Regenerate the completion list, even after a partialEli Zaretskii2005-12-101-5/+8
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (check-parens): Fix spellings.Juanma Barranquero2005-06-211-1/+1
* (check-parens): Fix docstring.Lute Kamstra2005-05-181-4/+5
* (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)Luc Teirlinck2005-04-081-10/+10
* (buffer-end): Doc fix.Richard M. Stallman2005-02-061-0/+3
* (backward-kill-sexp, kill-sexp): Doc fixes.Richard M. Stallman2005-01-171-6/+6
* (mark-sexp, mark-defun): New arg ALLOW-EXTENDRichard M. Stallman2004-12-291-11/+16
* (beginning-of-defun, end-of-defun): Don'tKim F. Storm2004-12-141-4/+2
* * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):Juri Linkov2004-12-131-16/+22
* (mark-sexp): Preserve direction when repeating.Stefan Monnier2004-10-121-3/+5
* (kill-backward-up-list): New function.Eli Zaretskii2004-09-041-0/+14
* (beginning-of-defun, end-of-defun):Juri Linkov2004-09-021-2/+4