summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax.Richard M. Stallman2005-07-151-2/+3
* (lisp-mode-variables): Prevent adaptiveStefan Monnier2005-07-041-0/+4
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (eval-defun-1): Remove unnecessary quotes.Juri Linkov2005-07-041-3/+3
* (lisp-mode-variables): Bind comment-indent-function locally.Richard M. Stallman2005-06-251-1/+3
* (eval-defun-1):Juri Linkov2005-06-211-2/+15
* (defstruct): Set 'doc-string-elt property.Juanma Barranquero2005-06-071-1/+2
* (lisp-mode-variables): Set font-lock-comment-start-skip.Richard M. Stallman2005-05-151-0/+3
* (lisp-imenu-generic-expression): Recognize define-generic-mode.Lute Kamstra2005-03-241-0/+1
* (lisp-mode-variables): Recognize `@' in function names.Eli Zaretskii2005-03-191-1/+1
* (lisp-mode-variables): Add ;;;###autoload to `outline-regexp'.Lute Kamstra2005-02-151-6/+5
* (lisp-indent-function): Fix bug:Thien-Thi Nguyen2005-02-011-3/+3
* (lisp-indent-function): Doc fix.Thien-Thi Nguyen2005-02-011-2/+2
* (eval-defun-1): Make sure `defvar' always sets the default value.Stefan Monnier2005-01-281-2/+2
* (indent-pp-sexp): Doc fix.Richard M. Stallman2005-01-151-1/+2
* (lisp-fill-paragraph): Fix backslashes.Stefan Monnier2004-10-091-4/+6
* (lisp-fill-paragraph): ChangeEli Zaretskii2004-10-081-1/+1
* (define-compilation-mode): Specify `doc-string-elt' property.Thien-Thi Nguyen2004-09-081-1/+2
* (prin1-char): Don't turn S-a into A.Richard M. Stallman2004-08-301-15/+25
* Whitespace change.Richard M. Stallman2004-08-281-1/+1
* (prin1-char): Put `shift' modifier into the basic character,Richard M. Stallman2004-08-281-2/+8
* (eval-last-sexp): Don't cons a new symbol each time.Richard M. Stallman2004-08-161-1/+3
* (eval-defun-1): Add `defface'. Fix docstring.Juri Linkov2004-06-101-3/+11
* (prin1-char): Catch errors from `string'.Richard M. Stallman2004-05-291-4/+6
* * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.Juri Linkov2004-05-281-3/+18
* (lisp-find-tag-default): Strip the package prefix from the symbol name, if any.Sam Steingold2004-05-251-0/+8
* (prin1-char): Use eventp.Stefan Monnier2004-05-111-1/+1
* (lisp-mode-variables): Don't setStefan Monnier2004-03-221-16/+16
* (lisp-mode-variables): Set it.Stefan Monnier2004-03-081-1/+3
* (lisp-mode-variables): Adapt outline-regexp to the new conventions forLuc Teirlinck2004-02-121-1/+1
* 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