| Commit message (Expand) | Author | Age | Files | Lines |
* | Change how #:uninterned symbols are font-locked in Lisp mode | Lars Ingebrigtsen | 2020-08-24 | 1 | -3/+1 |
* | Fix #'(lambda ...) font locking | Anders Lindgren | 2020-08-19 | 1 | -1/+3 |
* | Remove many items obsolete since Emacs 23.1 | Stefan Kangas | 2020-08-14 | 1 | -2/+0 |
* | * lisp/emacs-lisp/lisp-mode.el: Add new indentation convention | akater | 2020-05-29 | 1 | -2/+6 |
* | Add lisp-data-mode for editing non-code Lisp data | João Távora | 2020-05-01 | 1 | -2/+11 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-04-20 | 1 | -1/+1 |
|\ |
|
| * | ; Fix some typos and doc issues (bug#40695) | Štěpán Němec | 2020-04-18 | 1 | -1/+1 |
* | | Add and remove backslashes in regexps | Mattias Engdegård | 2020-02-20 | 1 | -3/+3 |
* | | Default lisp-mode to use Common Lisp indentation | Helmut Eller | 2020-01-22 | 1 | -0/+1 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Add prefix to help.el uni-confusable* vars | Noam Postavsky | 2019-12-13 | 1 | -1/+1 |
* | Improve errors & warnings due to fancy quoted vars (Bug#32939) | Noam Postavsky | 2019-11-28 | 1 | -1/+17 |
* | Merge from origin/emacs-26 | Glenn Morris | 2019-08-20 | 1 | -5/+10 |
|\ |
|
| * | Fix lisp indent infloop on unfinished strings (Bug#37045) | Noam Postavsky | 2019-08-17 | 1 | -5/+10 |
* | | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" | Stefan Monnier | 2019-06-26 | 1 | -1/+0 |
* | | * lisp/calc/calc-ext.el (math-scalarp): Fix typo | Stefan Monnier | 2019-06-26 | 1 | -0/+1 |
* | | Go back to "Maintainer: emacs-devel@gnu.org" | Paul Eggert | 2019-05-25 | 1 | -0/+1 |
* | | Fixes for "Maintainer:" and related lines | Paul Eggert | 2019-05-19 | 1 | -1/+0 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2019-04-29 | 1 | -8/+14 |
|\| |
|
| * | Be more careful about indent-sexp going over eol (Bug#35286) | Noam Postavsky | 2019-04-22 | 1 | -8/+14 |
* | | * lisp/subr.el (prog2): Define as a macro | Stefan Monnier | 2019-04-02 | 1 | -1/+0 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\| |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-10-27 | 1 | -0/+4 |
|\| |
|
| * | Don't error when indenting malformed Lisp (Bug#30891) | Noam Postavsky | 2018-10-25 | 1 | -0/+4 |
* | | Add backtrace-mode and use it in the debugger, ERT and Edebug | Gemini Lasswell | 2018-08-03 | 1 | -0/+10 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-28 | 1 | -8/+16 |
|\| |
|
| * | Don't fail to indent-sexp before a full sexp (Bug#31984) | Noam Postavsky | 2018-07-27 | 1 | -8/+16 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-24 | 1 | -2/+8 |
|\| |
|
| * | Fix indent-sexp of #s(...) (Bug#31984) | Noam Postavsky | 2018-07-21 | 1 | -2/+8 |
| * | Stop using indent-line-to in lisp-indent-line (Bug#32014) | Noam Postavsky | 2018-07-09 | 1 | -2/+8 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
|\| |
|
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2017-11-02 | 1 | -8/+3 |
|\| |
|
| * | Don't fill keywords after Emacs Lisp docstring | Alexander Gramiak | 2017-10-22 | 1 | -8/+3 |
* | | Highlight CL `with-' (context) and `do-' (iteration) | Sam Steingold | 2017-10-31 | 1 | -7/+4 |
* | | Highlight uninterned symbols. | Sam Steingold | 2017-10-31 | 1 | -0/+5 |
|/ |
|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Fix lisp-comment-indent for single-semicolon case | Noam Postavsky | 2017-07-06 | 1 | -6/+8 |
* | Don't put whitespace between open paren and comment in Lisp modes (Bug#19740) | Noam Postavsky | 2017-07-05 | 1 | -3/+10 |
* | Fix wrong indentation after string literal (Bug#27306) | Noam Postavsky | 2017-06-13 | 1 | -14/+13 |
* | Give a name to lisp-mode's adaptive-fill-function (Bug#22730) | Noam Postavsky | 2017-05-23 | 1 | -4/+8 |
* | Make sure indent-sexp stops at end of sexp (Bug#26878) | Noam Postavsky | 2017-05-15 | 1 | -15/+18 |
* | Fix lisp-indent-region and indent-sexp (Bug#26619) | Noam Postavsky | 2017-05-09 | 1 | -85/+91 |
* | Fontify the doc-string in some CL forms as such | Glenn Morris | 2017-05-04 | 1 | -0/+3 |
* | Add new `lisp-indent-region' that doesn't reparse the code. | Noam Postavsky | 2017-04-22 | 1 | -4/+44 |
* | Remove ignored argument from lisp-indent-line | Noam Postavsky | 2017-04-22 | 1 | -13/+7 |
* | * lisp/emacs-lisp/lisp-mode.el (indent-sexp): Clean up marker. | Noam Postavsky | 2017-04-22 | 1 | -7/+9 |
* | Don't reparse the sexp in indent-sexp (Bug#25122) | Noam Postavsky | 2017-04-22 | 1 | -37/+39 |
* | Remove duplicate lisp-eval-defun definition | Glenn Morris | 2017-04-13 | 1 | -5/+1 |