| Commit message (Expand) | Author | Age | Files | Lines |
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel JanÃk | 2001-07-15 | 1 | -1/+1 |
* | (lisp-mode-shared-map): Bind TAB | Gerd Moellmann | 2001-07-06 | 1 | -0/+1 |
* | (eval-last-sexp): Doc fix. | Richard M. Stallman | 2001-06-23 | 1 | -1/+1 |
* | (lisp-indent-offset): Add a doc string. | Eli Zaretskii | 2001-06-05 | 1 | -1/+2 |
* | (lisp-mode): Make | Gerd Moellmann | 2001-05-15 | 1 | -0/+1 |
* | (lisp-interaction-mode): Doc fix. | Gerd Moellmann | 2001-05-09 | 1 | -1/+3 |
* | (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed, | Eli Zaretskii | 2001-01-27 | 1 | -1/+4 |
* | (lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'. | Sam Steingold | 2001-01-12 | 1 | -14/+15 |
* | (lisp-mode): Set | Dave Love | 2000-12-08 | 1 | -0/+1 |
* | (lisp-mode-variables): | Stefan Monnier | 2000-11-14 | 1 | -36/+17 |
* | (lisp-imenu-generic-expression): Match | Dave Love | 2000-11-06 | 1 | -1/+1 |
* | (lisp-imenu-generic-expression): Don't | Dave Love | 2000-10-08 | 1 | -15/+17 |
* | (eval-last-sexp-1): Handle `#N=' labels. | Gerd Moellmann | 2000-08-08 | 1 | -0/+10 |
* | (eval-defun-2): Remove parameter | Gerd Moellmann | 2000-07-05 | 1 | -21/+30 |
* | (lisp-mode-variables): Set comment-add. | Stefan Monnier | 2000-05-19 | 1 | -0/+2 |
* | (lisp-eval-defun): Make arglist compatible with inf-lisp version. | Dave Love | 2000-03-26 | 1 | -4/+5 |
* | (lisp-mode-syntax-table): Fix syntax of |. | Dave Love | 2000-03-01 | 1 | -2/+1 |
* | Don't change syntax of multibyte | Kenichi Handa | 2000-02-23 | 1 | -10/+4 |
* | (emacs-lisp-mode-syntax-table) | Dave Love | 2000-02-22 | 1 | -72/+71 |
* | Add indent specs for dolist, dotimes, when, unless. | Dave Love | 2000-01-28 | 1 | -0/+4 |
* | (eval-last-sexp-1): Renamed from | Gerd Moellmann | 2000-01-12 | 1 | -5/+40 |
* | (with-syntax-table): Moved to subr.el. | Richard M. Stallman | 2000-01-12 | 1 | -0/+1 |
* | (lisp-mode-variables): Change | Gerd Moellmann | 1999-12-02 | 1 | -1/+11 |
* | (eval-last-sexp): Use prin1 instead of print. | Gerd Moellmann | 1999-09-14 | 1 | -1/+1 |
* | (eval-defun, eval-last-sexp): | Richard M. Stallman | 1999-09-14 | 1 | -27/+35 |
* | (eval-last-sexp): If after ?\LETTER, use all of that as the sexp. | Richard M. Stallman | 1999-09-12 | 1 | -0/+6 |
* | (lisp-imenu-generic-expression): Recognize define-widget. | Dave Love | 1999-09-10 | 1 | -2/+22 |
* | (eval-defun): Expand macros, | Richard M. Stallman | 1999-08-29 | 1 | -9/+18 |
* | Fix previous change. | Dave Love | 1999-07-30 | 1 | -1/+1 |
* | (eval-defun): Re-written to avoid | Dave Love | 1999-07-29 | 1 | -31/+34 |
* | (eval-defun): Doc fix. | Karl Heuer | 1999-06-27 | 1 | -1/+7 |
* | (lisp-interaction-mode-map): Doc fix. | Richard M. Stallman | 1998-11-19 | 1 | -1/+2 |
* | Set syntaxes all non-word multibyte | Kenichi Handa | 1998-11-16 | 1 | -1/+9 |
* | (eval-defun): Return the evaluation result. | Karl Heuer | 1998-10-06 | 1 | -2/+6 |
* | (lisp-imenu-generic-expression): | Karl Heuer | 1998-09-04 | 1 | -1/+1 |
* | (eval-defun): Pass read function to | Richard M. Stallman | 1998-06-13 | 1 | -7/+6 |
* | (eval-defun): Pass proper beg to eval-region. | Richard M. Stallman | 1998-05-25 | 1 | -2/+3 |
* | (eval-defun): Arrange to use eval-region | Karl Heuer | 1998-04-13 | 1 | -5/+18 |
* | (lisp-fill-paragraph): Adjust | Dave Love | 1998-03-18 | 1 | -1/+11 |
* | (lisp-interaction-mode-map) | Richard M. Stallman | 1998-03-08 | 1 | -6/+6 |
* | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -0/+2 |
* | (lisp-mode-auto-fill): New function. | Richard M. Stallman | 1997-11-24 | 1 | -0/+13 |
* | (lisp-imenu-generic-expression): Allow `/' in names. | Richard M. Stallman | 1997-10-01 | 1 | -3/+3 |
* | (lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup". | Richard M. Stallman | 1997-09-09 | 1 | -2/+2 |
* | (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax. | Richard M. Stallman | 1997-08-26 | 1 | -0/+1 |
* | (eval-last-sexp): Ignore `...' around sexp. | Richard M. Stallman | 1997-07-31 | 1 | -0/+12 |
* | (eval-defun): For defcustom, always set the value. | Richard M. Stallman | 1997-04-10 | 1 | -3/+8 |
* | (indent-sexp): If calculate-lisp-indent returns nil, | Richard M. Stallman | 1997-04-05 | 1 | -16/+20 |
* | (lisp-imenu-generic-expression): Accept `*', `|', | Karl Heuer | 1997-03-11 | 1 | -3/+3 |
* | (eval-last-sexp): Allow let-bindings to terminate | Karl Heuer | 1997-02-23 | 1 | -5/+19 |