summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Use imenu-case-fold-search.Dave Love1997-12-121-0/+2
* (lisp-mode-auto-fill): New function.Richard M. Stallman1997-11-241-0/+13
* (lisp-imenu-generic-expression): Allow `/' in names.Richard M. Stallman1997-10-011-3/+3
* (lisp-imenu-generic-expression): Recognize`defcustom' and `defgroup".Richard M. Stallman1997-09-091-2/+2
* (emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax.Richard M. Stallman1997-08-261-0/+1
* (eval-last-sexp): Ignore `...' around sexp.Richard M. Stallman1997-07-311-0/+12
* (eval-defun): For defcustom, always set the value.Richard M. Stallman1997-04-101-3/+8
* (indent-sexp): If calculate-lisp-indent returns nil,Richard M. Stallman1997-04-051-16/+20
* (lisp-imenu-generic-expression): Accept `*', `|',Karl Heuer1997-03-111-3/+3
* (eval-last-sexp): Allow let-bindings to terminateKarl Heuer1997-02-231-5/+19
* Change defconsts to defvars.Richard M. Stallman1996-12-161-3/+3
* (combine-after-change-calls): The first form is not special.Erik Naggum1996-11-111-1/+1
* (combine-after-change-calls): Add lisp-indent-function property.Richard M. Stallman1996-11-091-0/+1
* (with-current-buffer): Correct indentation property.Erik Naggum1996-10-081-1/+1
* (eval-after-load): Add lisp-indent-function for it.Richard M. Stallman1996-10-031-0/+1
* (with-temp-buffer): Add indentation property.Erik Naggum1996-10-031-0/+1
* (with-temp-file): Add lisp-indent-function property.Richard M. Stallman1996-09-281-0/+1
* (save-current-buffer, with-current-buffer)Richard M. Stallman1996-09-271-0/+3
* (lisp-mode-variables): Set comment-start-skip to ignore backslash-quotedMiles Bader1996-07-041-1/+3
* (lisp-fill-paragraph): Treat code-and-comment case specially.Richard M. Stallman1996-03-171-3/+13
* Comment change.Richard M. Stallman1996-03-021-1/+1
* Save if reqd in emacs-lisp-byte-compile-and-load.Simon Marshall1996-02-291-7/+9
* (lisp-fill-paragraph): When filling a comment,Karl Heuer1996-02-211-21/+35
* (lisp-mode-variables): Locally clear adaptive-fill-mode.Richard M. Stallman1996-02-051-0/+5
* (lisp-fill-paragraph): Use fill-paragraph once again for filling a comment.Richard M. Stallman1996-01-261-2/+2
* (emacs-lisp-mode-map): Avoid duplicate in menu bindings.Karl Heuer1996-01-241-1/+1
* Update FSF's address.Erik Naggum1996-01-141-2/+3
* (emacs-lisp-byte-compile): Fix error message.Karl Heuer1996-01-091-1/+16
* (lisp-fill-paragraph): Several changes.Karl Heuer1995-12-211-10/+16
* (lisp-mode-variables, lisp-fill-paragraph): RemoveRichard M. Stallman1995-11-111-3/+3
* (lisp-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-1/+15
* (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.Richard M. Stallman1995-07-261-3/+2
* (eval-defun): Don't change defvar to defconstRichard M. Stallman1995-06-211-1/+2
* Put mark-active for menu-enable property on eval-region, comment-region, and ...Simon Marshall1995-06-141-1/+5
* (emacs-lisp-mode-map): Add a menu.Karl Heuer1995-05-301-4/+29
* (eval-defun): Convert defvar to defconst.Richard M. Stallman1995-03-111-5/+8
* (lisp-fill-paragraph): Return t.Richard M. Stallman1995-02-021-1/+2
* (shared-lisp-mode-map): Don't bind M-q.Richard M. Stallman1995-02-021-1/+2
* (lisp-indent-region): Set endmark before indenting first line.Richard M. Stallman1995-01-301-7/+13
* Fix typo in previous change.Richard M. Stallman1994-10-101-1/+1
* (calculate-lisp-indent): Local varRichard M. Stallman1994-10-101-21/+30
* (emacs-lisp-mode-syntax-table): Don't set syntax of formfeed.Richard M. Stallman1994-10-091-1/+0
* (emacs-lisp-mode-syntax-table): Give RET the same syntax as newline.Richard M. Stallman1994-07-251-0/+2
* (lisp-mode-variables): Added missing backslash to outline-regexp.Richard M. Stallman1994-05-031-3/+1
* (lisp-mode-variables): Undo previous change.Karl Heuer1994-04-281-1/+1
* (lisp-mode-variables): In comment-start-skip,Richard M. Stallman1994-04-241-1/+1
* (lisp-mode-variables): Set outline-regexp.Richard M. Stallman1994-02-241-0/+2
* (lisp-eval-defun): Renamed from lisp-send-defun.Richard M. Stallman1993-11-221-3/+3
* (lisp-indent-function): Look for eitherRichard M. Stallman1993-06-111-1/+2
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1