summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (common-lisp-mode): New.Dave Love2003-08-201-0/+3
* (eval-last-sexp-print-value): New subroutine, broken out of eval-last-sexp-1.Richard M. Stallman2003-08-171-21/+24
* (emacs-lisp-mode): Use run-mode-hooks.Richard M. Stallman2003-07-211-2/+2
* (last-sexp-toggle-display): Remove stale comment.Juanma Barranquero2003-06-031-3/+0
* (eval-last-sexp-1): Add save-excursion.Richard M. Stallman2003-06-031-45/+46
* (last-sexp-toggle-display):Richard M. Stallman2003-05-281-3/+2
* (lisp-font-lock-syntactic-face-function): Don't infinite lop at bob.Stefan Monnier2003-05-271-60/+78
* (emacs-lisp-mode-syntax-table): Give @ prefix syntax.Richard M. Stallman2003-04-241-0/+1
* (last-sexp-toggle-display): At end of buffer, run the global bindingRichard M. Stallman2003-04-141-1/+2
* (last-sexp-toggle-display): At end of buffer, just call `newline'.Richard M. Stallman2003-04-091-18/+23
* (last-sexp-toggle-display): Correct the starting point forRichard M. Stallman2003-04-061-2/+3
* (emacs-lisp-docstring-fill-column): New custom variable.Matthew Swift2003-03-021-12/+42
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-5/+5
* * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.John Paul Wallington2003-01-291-5/+6
* (lisp-fill-paragraph): Use fill-comment-paragraph.Stefan Monnier2002-11-031-93/+17
* (lisp-fill-paragraph): Use match-string and line-beginning-position.Stefan Monnier2002-11-021-9/+5
* Fix typo.Juanma Barranquero2002-07-031-1/+1
* Handle define-ibuffer-column, define-ibuffer-filter,Colin Walters2002-01-131-1/+3
* (eval-defun-1): Cope with atoms as args.Richard M. Stallman2001-12-211-1/+3
* (toplevel): Define docstring offset for `defmacro*'.Colin Walters2001-12-041-0/+1
* (read-if): Add lisp-indent-function prop.Stefan Monnier2001-11-301-0/+1
* (lisp-mode-variables): Set syntax-begin-function.Stefan Monnier2001-11-251-19/+12
* (lisp-indent-function): Add doc string.Richard M. Stallman2001-11-251-0/+20
* (lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table.Richard M. Stallman2001-11-201-1/+2
* (lisp-mode, emacs-lisp-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-201-6/+22
* (lisp-fill-paragraph): Don't move back to a line without a comment.Stefan Monnier2001-11-201-2/+5
* Fix typo.Pavel Janík2001-11-151-1/+1
* (lisp-imenu-generic-expression): Paren typo.Stefan Monnier2001-11-071-23/+24
* (eval-last-sexp-1): Return the value of the evaluated form.Richard M. Stallman2001-11-061-11/+12
* (last-sexp-toggle-display): Cope if previous-single-property-change orRichard M. Stallman2001-11-051-2/+2
* (eval-defun): Doc fix.Richard M. Stallman2001-10-281-4/+5
* (lisp-imenu-generic-expression): Use regexp-opt.Gerd Moellmann2001-10-051-16/+77
* (last-sexp-setup-props): New function.Gerd Moellmann2001-07-271-18/+34
* (eval-last-sexp-1): Don't search forGerd Moellmann2001-07-261-5/+7
* (eval-last-sexp-1): Look for a `...'Gerd Moellmann2001-07-261-5/+12
* (last-sexp-print): New function.Gerd Moellmann2001-07-261-3/+28
* (eval-last-sexp-1): If standard-outputGerd Moellmann2001-07-261-2/+5
* (eval-print-last-sexp, eval-defun):Eli Zaretskii2001-07-251-2/+8
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
* (lisp-mode-shared-map): Bind TABGerd Moellmann2001-07-061-0/+1
* (eval-last-sexp): Doc fix.Richard M. Stallman2001-06-231-1/+1
* (lisp-indent-offset): Add a doc string.Eli Zaretskii2001-06-051-1/+2
* (lisp-mode): MakeGerd Moellmann2001-05-151-0/+1
* (lisp-interaction-mode): Doc fix.Gerd Moellmann2001-05-091-1/+3
* (lisp-mode-shared-map): Undo the change from 2001-01-12. It is not needed,Eli Zaretskii2001-01-271-1/+4
* (lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'.Sam Steingold2001-01-121-14/+15
* (lisp-mode): SetDave Love2000-12-081-0/+1
* (lisp-mode-variables):Stefan Monnier2000-11-141-36/+17
* (lisp-imenu-generic-expression): MatchDave Love2000-11-061-1/+1