summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
Commit message (Collapse)AuthorAgeFilesLines
* (beginning-of-defun-function): Variable renamed from beginning-of-defun.Richard M. Stallman2000-01-211-25/+21
| | | | | | | (beginning-of-defun-raw): Use new variable name; doc fix. (beginning-of-defun): Doc fix. (end-of-defun-function): Variable renamed from end-of-defun. (end-of-defun): Use new variable name; doc fix.
* (beginning-of-defun): New variable.Dave Love2000-01-051-60/+120
| | | | | | | (beginning-of-defun-raw): Use it. (end-of-defun): New variable. (end-of-defun): Use it. (check-parens): New command.
* (lisp-complete-symbol): Don't bind completion-fixup-function.Richard M. Stallman1998-10-131-6/+1
|
* (defun-prompt-regexp): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* (move-past-close-and-reindent):Richard M. Stallman1997-09-071-1/+19
| | | | Don't move closeparen back onto the end of a comment.
* Use defcustom.Richard M. Stallman1997-05-051-4/+8
|
* (lisp-complete-symbol): Sort the list.Richard M. Stallman1996-11-011-0/+1
|
* (narrow-to-defun): Narrow to the same defun that `mark-defun' would makeErik Naggum1996-10-081-4/+8
| | | | | the region. (insert-parentheses): Let a negative argument enclose preceding sexps.
* (narrow-to-defun): New function.Richard M. Stallman1996-08-291-0/+9
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (insert-parentheses): Don't insert spaces at beginning and end of buffer.Richard M. Stallman1994-09-221-0/+2
|
* (lisp-complete-symbol): Bind completion-fixup-function.Richard M. Stallman1994-07-111-1/+6
|
* (lisp-complete-symbol): Likewise.Richard M. Stallman1994-06-101-1/+1
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (defun-prompt-regexp): Make this variable buffer-local.Karl Heuer1994-04-201-0/+1
|
* (beginning-of-defun-raw): Don't err when called at end of buffer.Karl Heuer1994-03-191-1/+1
|
* (beginning-of-defun-raw): New function.Karl Heuer1994-03-181-7/+15
| | | | (end-of-defun): Handle defun-prompt-regexp correctly.
* (end-of-defun): Fix check for trailing comment.Karl Heuer1994-03-181-1/+1
|
* (defun-prompt-regexp): Doc fix.Karl Heuer1994-03-151-1/+4
|
* (lisp-complete-symbol): Doc fix.Richard M. Stallman1994-02-181-4/+5
|
* (defun-prompt-regexp): Now a user variable.Richard M. Stallman1994-02-171-1/+1
|
* (insert-parentheses): Doc mod.Karl Heuer1994-02-071-2/+2
|
* (parens-require-spaces): Var renamed and sense changed.Richard M. Stallman1993-06-161-4/+4
| | | | (insert-parentheses): Corresponding changes.
* (parens-dont-require-spaces): New variable.Richard M. Stallman1993-06-141-3/+10
| | | | (insert-parentheses): Obey that variable.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (mark-sexp, mark-defun): Activate the mark.Richard M. Stallman1993-05-161-2/+3
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+4
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-03-121-14/+12
|
* *** empty log message ***Richard M. Stallman1990-12-101-10/+6
|
* *** empty log message ***Richard M. Stallman1990-11-121-6/+7
|
* Initial revisionroot1990-08-271-0/+267