index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
lisp-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
* lisp/emacs-lisp/lisp-mode.el: Don't highlight \( at BOL
Stefan Monnier
2017-03-24
1
-11
/
+19
*
* lisp/emacs-lisp/lisp-mode.el (indent-sexp): Fix null endpos case
Graham Dobbins
2017-03-21
1
-1
/
+4
*
Fix indent-sexp when called from inside a string (Bug#21343)
Noam Postavsky
2017-03-12
1
-4
/
+8
*
* lisp/emacs-lisp/lisp-mode.el (indent-sexp): Simplify.
Noam Postavsky
2017-03-12
1
-96
/
+72
*
Improve last change
Stefan Monnier
2017-03-11
1
-7
/
+11
*
Highlight useless backslashes in Elisp strings
Stefan Monnier
2017-03-11
1
-0
/
+9
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-06-07
1
-1
/
+1
|
\
|
|
*
* lisp/emacs-lisp/lisp-mode.el (lisp--mode-syntax-table):
Glenn Morris
2016-05-31
1
-1
/
+1
*
|
Don't consider colons to be paragraphs starting chars in strings
Lars Ingebrigtsen
2016-04-28
1
-2
/
+9
*
|
Merge from origin/emacs-25
Paul Eggert
2016-04-11
1
-3
/
+3
|
\
|
|
*
Fix last change on 2016-01-02
Leo Liu
2016-04-11
1
-3
/
+3
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-4
/
+4
|
\
|
|
*
Remove the highlighting support for quoting 'like this' inside Lisp docstrings
Dmitry Gutov
2016-03-06
1
-4
/
+4
*
|
Rename lisp--prettify-symbols-alist
Lars Ingebrigtsen
2016-02-23
1
-4
/
+3
|
/
*
Add defvar-local to lisp-imenu-generic-expression
Leo Liu
2016-01-07
1
-2
/
+3
*
Fix regression in font-locking cl-assert and cl-check-type
Leo Liu
2016-01-02
1
-2
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Document support for ':documentation' in Lisp mode
Shakthi Kannan
2015-12-30
1
-0
/
+9
*
Add ert-deftest to lisp-mode.el
Leo Liu
2015-12-27
1
-1
/
+2
*
add some cl-* aliases to lisp-mode imenu
Tom Tromey
2015-12-22
1
-1
/
+2
*
* lisp/emacs-lisp/lisp-mode.el (let-when-compile): Work like let*
Stefan Monnier
2015-09-29
1
-8
/
+12
*
Fix recent bootstrap problems
Stefan Monnier
2015-09-24
1
-0
/
+2
*
Move let-when-compile to lisp-mode.el
Oleh Krehel
2015-09-23
1
-0
/
+13
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-1
/
+1
*
Fix search argument in ‘lisp--el-match-keyword’ (Bug#21492) (Bug#21493)
Daniel McClanahan
2015-09-16
1
-1
/
+2
*
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-symbol-regexp): New const
Stefan Monnier
2015-09-15
1
-59
/
+49
*
Elisp mode: Make font-lock and imenu handle escaped characters in symbols
Alan Mackenzie
2015-09-14
1
-17
/
+17
*
Add online-help support to describe types
Stefan Monnier
2015-07-07
1
-3
/
+4
*
Improve the optional translation of quotes
Paul Eggert
2015-06-19
1
-4
/
+4
*
Support curved quotes in doc strings
Paul Eggert
2015-05-28
1
-4
/
+4
*
Add let-when-compile macro instead of using pcase-let
Oleh Krehel
2015-05-20
1
-242
/
+240
*
Fix byte-compiler warnings about looking-back.
Stefan Monnier
2015-04-20
1
-3
/
+4
*
Move some Elisp-specific code from lisp-mode.el to elisp-mode.el
Stefan Monnier
2015-04-15
1
-15
/
+1
*
* lisp/emacs-lisp/lisp-mode.el (lisp--el-non-funcall-position-p):
Stefan Monnier
2015-04-15
1
-8
/
+9
*
Fix previous commit (again)
Daniel Colascione
2015-03-23
1
-13
/
+16
[next]