Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Save if reqd in emacs-lisp-byte-compile-and-load. | Simon Marshall | 1996-02-29 | 1 | -7/+9 | |
| | ||||||
* | (lisp-fill-paragraph): When filling a comment, | Karl Heuer | 1996-02-21 | 1 | -21/+35 | |
| | | | | | find paragraph bounds by hand, and pass the SQUEEZE-AFTER arg to fill-region-as-paragraph. | |||||
* | (lisp-mode-variables): Locally clear adaptive-fill-mode. | Richard M. Stallman | 1996-02-05 | 1 | -0/+5 | |
| | ||||||
* | (lisp-fill-paragraph): Use fill-paragraph once again for filling a comment. | Richard M. Stallman | 1996-01-26 | 1 | -2/+2 | |
| | ||||||
* | (emacs-lisp-mode-map): Avoid duplicate in menu bindings. | Karl Heuer | 1996-01-24 | 1 | -1/+1 | |
| | ||||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 | |
| | ||||||
* | (emacs-lisp-byte-compile): Fix error message. | Karl Heuer | 1996-01-09 | 1 | -1/+16 | |
| | | | | | (emacs-lisp-compile-and-load): New function. (emacs-lisp-mode-map): Add emacs-lisp-compile-and-load to menu bar. | |||||
* | (lisp-fill-paragraph): Several changes. | Karl Heuer | 1995-12-21 | 1 | -10/+16 | |
| | | | | | | Change how to recognize partial comment lines, how to find start of region to fill. Use fill-region. Use tabs when making comment-fill-prefix. | |||||
* | (lisp-mode-variables, lisp-fill-paragraph): Remove | Richard M. Stallman | 1995-11-11 | 1 | -3/+3 | |
| | | | | | "^" from paragraph-start and paragraph-separate. Moved page-delimiter first in case it has a "^" also. | |||||
* | (lisp-imenu-generic-expression): Var defined. | Karl Heuer | 1995-07-28 | 1 | -1/+15 | |
| | | | | (lisp-mode-variables): Set imenu-generic-expression. | |||||
* | (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function. | Richard M. Stallman | 1995-07-26 | 1 | -3/+2 | |
| | ||||||
* | (eval-defun): Don't change defvar to defconst | Richard M. Stallman | 1995-06-21 | 1 | -1/+2 | |
| | | | | if it has just one argument. | |||||
* | Put mark-active for menu-enable property on eval-region, comment-region, and ↵ | Simon Marshall | 1995-06-14 | 1 | -1/+5 | |
| | | | | indent-region symbols. | |||||
* | (emacs-lisp-mode-map): Add a menu. | Karl Heuer | 1995-05-30 | 1 | -4/+29 | |
| | | | | (emacs-lisp-byte-compile): New function. | |||||
* | (eval-defun): Convert defvar to defconst. | Richard M. Stallman | 1995-03-11 | 1 | -5/+8 | |
| | ||||||
* | (lisp-fill-paragraph): Return t. | Richard M. Stallman | 1995-02-02 | 1 | -1/+2 | |
| | ||||||
* | (shared-lisp-mode-map): Don't bind M-q. | Richard M. Stallman | 1995-02-02 | 1 | -1/+2 | |
| | | | | (lisp-mode-variables): Put it in fill-paragraph-function locally. | |||||
* | (lisp-indent-region): Set endmark before indenting first line. | Richard M. Stallman | 1995-01-30 | 1 | -7/+13 | |
| | | | | | (indent-sexp): Fixes for ENDPOS != nil case--use nil as starting-point, and don't insist on a complete sexp. | |||||
* | Fix typo in previous change. | Richard M. Stallman | 1994-10-10 | 1 | -1/+1 | |
| | ||||||
* | (calculate-lisp-indent): Local var | Richard M. Stallman | 1994-10-10 | 1 | -21/+30 | |
| | | | | | | last-sexp renamed to calculate-lisp-indent-last-sexp. (lisp-indent-function): Use new name of var. (calculate-lisp-indent-last-sexp): Var defined. | |||||
* | (emacs-lisp-mode-syntax-table): Don't set syntax of formfeed. | Richard M. Stallman | 1994-10-09 | 1 | -1/+0 | |
| | ||||||
* | (emacs-lisp-mode-syntax-table): Give RET the same syntax as newline. | Richard M. Stallman | 1994-07-25 | 1 | -0/+2 | |
| | ||||||
* | (lisp-mode-variables): Added missing backslash to outline-regexp. | Richard M. Stallman | 1994-05-03 | 1 | -3/+1 | |
| | | | | Removed dublicate ";;; Code: " section separator. | |||||
* | (lisp-mode-variables): Undo previous change. | Karl Heuer | 1994-04-28 | 1 | -1/+1 | |
| | ||||||
* | (lisp-mode-variables): In comment-start-skip, | Richard M. Stallman | 1994-04-24 | 1 | -1/+1 | |
| | | | | reject semicolon after a backslash. | |||||
* | (lisp-mode-variables): Set outline-regexp. | Richard M. Stallman | 1994-02-24 | 1 | -0/+2 | |
| | ||||||
* | (lisp-eval-defun): Renamed from lisp-send-defun. | Richard M. Stallman | 1993-11-22 | 1 | -3/+3 | |
| | | | | | (lisp-mode-map): Use new name lisp-eval-defun. Move run-lisp to C-x C-z. | |||||
* | (lisp-indent-function): Look for either | Richard M. Stallman | 1993-06-11 | 1 | -1/+2 | |
| | | | | lisp-indent-hook or lisp-indent-function property. | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 | |
| | ||||||
* | (indent-sexp): Even if outer-loop-done is t, still move down one line. | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 | |
| | ||||||
* | (lisp-body-indent): Add doc. | Richard M. Stallman | 1993-05-21 | 1 | -1/+2 | |
| | ||||||
* | (eval-defun): Rename argument to avoid collision. | Richard M. Stallman | 1993-04-01 | 1 | -4/+4 | |
| | | | | (eval-last-sexp): Likewise. | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -2/+9 | |
| | ||||||
* | Add standard library headers. | Eric S. Raymond | 1993-03-17 | 1 | -0/+2 | |
| | ||||||
* | * lisp-mode.el (lisp-fill-paragraph): New function. | Jim Blandy | 1993-02-14 | 1 | -0/+70 | |
| | | | | (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph. | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-18 | 1 | -2/+6 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 1992-07-27 | 1 | -0/+2 | |
| | ||||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 | |
| | ||||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 | |
| | ||||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -1/+4 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1992-06-24 | 1 | -8/+12 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 1992-06-03 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+3 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1992-03-16 | 1 | -2/+3 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1991-10-25 | 1 | -3/+4 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1991-05-24 | 1 | -9/+8 | |
| | ||||||
* | *** empty log message *** | Roland McGrath | 1991-05-09 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Jim Blandy | 1991-05-09 | 1 | -1/+3 | |
| | ||||||
* | *** empty log message *** | Roland McGrath | 1991-05-01 | 1 | -13/+13 | |
| | ||||||
* | *** empty log message *** | Roland McGrath | 1991-05-01 | 1 | -31/+19 | |
| |