| Commit message (Expand) | Author | Age | Files | Lines |
* | (check-parens): Fix docstring. | Lute Kamstra | 2005-05-18 | 1 | -4/+5 |
* | (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun) | Luc Teirlinck | 2005-04-08 | 1 | -10/+10 |
* | (buffer-end): Doc fix. | Richard M. Stallman | 2005-02-06 | 1 | -0/+3 |
* | (backward-kill-sexp, kill-sexp): Doc fixes. | Richard M. Stallman | 2005-01-17 | 1 | -6/+6 |
* | (mark-sexp, mark-defun): New arg ALLOW-EXTEND | Richard M. Stallman | 2004-12-29 | 1 | -11/+16 |
* | (beginning-of-defun, end-of-defun): Don't | Kim F. Storm | 2004-12-14 | 1 | -4/+2 |
* | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-12-13 | 1 | -16/+22 |
* | (mark-sexp): Preserve direction when repeating. | Stefan Monnier | 2004-10-12 | 1 | -3/+5 |
* | (kill-backward-up-list): New function. | Eli Zaretskii | 2004-09-04 | 1 | -0/+14 |
* | (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-09-02 | 1 | -2/+4 |
* | (insert-pair-alist): New var. | Juri Linkov | 2004-05-28 | 1 | -26/+67 |
* | (mark-defun, narrow-to-defun): If moving back then fwd gets a defun | Richard M. Stallman | 2004-05-22 | 1 | -15/+46 |
* | (beginning-of-defun, end-of-defun): | Juri Linkov | 2004-05-01 | 1 | -17/+40 |
* | (beginning-of-defun-raw, end-of-defun): | Stefan Monnier | 2004-04-14 | 1 | -7/+15 |
* | (beginning-of-defun-raw, end-of-defun): | Richard M. Stallman | 2004-01-29 | 1 | -8/+17 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
* | (beginning-of-defun-function): Doc fix. | Dave Love | 2003-08-20 | 1 | -2/+3 |
* | (beginning-of-defun-raw): Use shy-group. | Stefan Monnier | 2003-05-18 | 1 | -1/+1 |
* | (beginning-of-defun): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -1/+1 |
* | * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks | Kai Großjohann | 2002-02-17 | 1 | -11/+12 |
* | * lisp/simple.el (mark-word): Mark more if repeated. | Kai Großjohann | 2002-02-15 | 1 | -13/+26 |
* | (lisp-complete-symbol): Repeating the command | Richard M. Stallman | 2002-01-11 | 1 | -51/+69 |
* | (mark-sexp): Mark more if repeated. | Stefan Monnier | 2001-11-19 | 1 | -1/+5 |
* | (defun-prompt-regexp): Doc fix. | Gerd Moellmann | 2000-10-24 | 1 | -1/+3 |
* | (down-list, backward-up-list, up-list): Doc fix. | Gerd Moellmann | 2000-10-13 | 1 | -6/+3 |
* | (lisp-complete-symbol): Only jump 2 not 3 levels. | Stefan Monnier | 2000-10-01 | 1 | -1/+0 |
* | (lisp-complete-symbol): | Stefan Monnier | 2000-09-29 | 1 | -12/+31 |
* | (defun-prompt-regexp, parens-require-spaces): Doc fix. | Dave Love | 2000-08-20 | 1 | -29/+33 |
* | (beginning-of-defun-raw): Add regexp | Gerd Moellmann | 2000-03-24 | 1 | -1/+2 |
* | (beginning-of-defun-function): Variable renamed from beginning-of-defun. | Richard M. Stallman | 2000-01-21 | 1 | -25/+21 |
* | (beginning-of-defun): New variable. | Dave Love | 2000-01-05 | 1 | -60/+120 |
* | (lisp-complete-symbol): Don't bind completion-fixup-function. | Richard M. Stallman | 1998-10-13 | 1 | -6/+1 |
* | (defun-prompt-regexp): Fix customize type. | Richard M. Stallman | 1997-09-09 | 1 | -1/+2 |
* | (move-past-close-and-reindent): | Richard M. Stallman | 1997-09-07 | 1 | -1/+19 |
* | Use defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -4/+8 |
* | (lisp-complete-symbol): Sort the list. | Richard M. Stallman | 1996-11-01 | 1 | -0/+1 |
* | (narrow-to-defun): Narrow to the same defun that `mark-defun' would make | Erik Naggum | 1996-10-08 | 1 | -4/+8 |
* | (narrow-to-defun): New function. | Richard M. Stallman | 1996-08-29 | 1 | -0/+9 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
* | (insert-parentheses): Don't insert spaces at beginning and end of buffer. | Richard M. Stallman | 1994-09-22 | 1 | -0/+2 |
* | (lisp-complete-symbol): Bind completion-fixup-function. | Richard M. Stallman | 1994-07-11 | 1 | -1/+6 |
* | (lisp-complete-symbol): Likewise. | Richard M. Stallman | 1994-06-10 | 1 | -1/+1 |
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
* | (defun-prompt-regexp): Make this variable buffer-local. | Karl Heuer | 1994-04-20 | 1 | -0/+1 |
* | (beginning-of-defun-raw): Don't err when called at end of buffer. | Karl Heuer | 1994-03-19 | 1 | -1/+1 |
* | (beginning-of-defun-raw): New function. | Karl Heuer | 1994-03-18 | 1 | -7/+15 |
* | (end-of-defun): Fix check for trailing comment. | Karl Heuer | 1994-03-18 | 1 | -1/+1 |
* | (defun-prompt-regexp): Doc fix. | Karl Heuer | 1994-03-15 | 1 | -1/+4 |
* | (lisp-complete-symbol): Doc fix. | Richard M. Stallman | 1994-02-18 | 1 | -4/+5 |
* | (defun-prompt-regexp): Now a user variable. | Richard M. Stallman | 1994-02-17 | 1 | -1/+1 |