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
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
lisp-mode: add docstring recognition for more common lisp symbols
Nicolas Martyanoff
2023-02-09
1
-0
/
+3
*
Fix docstring fontification of CL's 'defstruct'
Eli Zaretskii
2023-02-02
1
-0
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Restore font-lock-type-face for lisp mode &symbols
Tom Gillespie
2022-12-04
1
-2
/
+2
*
Get fewer false positives for :keyword and &options
Lars Ingebrigtsen
2022-09-20
1
-6
/
+21
*
Revert the changes to lisp-current-defun-name
Lars Ingebrigtsen
2022-08-23
1
-55
/
+18
*
Further lisp-current-defun-name tweaks
Lars Ingebrigtsen
2022-08-15
1
-2
/
+7
*
Further lisp-current-defun-name tweaks
Lars Ingebrigtsen
2022-08-09
1
-1
/
+1
*
Another lisp-current-defun-name tweak
Michael Heerdegen
2022-08-09
1
-1
/
+1
*
Further lisp-current-defun-name tweaks
Lars Ingebrigtsen
2022-08-08
1
-2
/
+6
*
Make which-func-mode output less junk
Lars Ingebrigtsen
2022-08-08
1
-18
/
+46
*
Fix `M-x lisp-fill-paragraph'
Lars Ingebrigtsen
2022-07-11
1
-1
/
+4
*
Prefer defcustom :safe to putting 'safe-local-variable'
Stefan Kangas
2022-07-06
1
-7
/
+5
*
Prefer defvar-keymap in emacs-lisp/*.el
Stefan Kangas
2022-07-04
1
-19
/
+16
*
; remove regexp ambiguity
Mattias Engdegård
2022-07-04
1
-4
/
+4
*
Remove some useless `eval-when-compile`
Mattias Engdegård
2022-07-04
1
-51
/
+45
*
Replace lisp-mode-symbol-regexp with (rx lisp-mode-symbol)
Mattias Engdegård
2022-07-04
1
-26
/
+30
*
Simplify lisp-el-font-lock-keywords-2 definition slightly
Stefan Kangas
2022-07-03
1
-8
/
+6
*
Font lock \\<> and \\{} command substitutions in docstrings
Stefan Kangas
2022-07-03
1
-1
/
+5
*
Font lock \\`' command substitutions in docstrings
Stefan Kangas
2022-07-02
1
-2
/
+8
*
Fix a recent Lisp mode filling test failure
Lars Ingebrigtsen
2022-06-26
1
-0
/
+12
*
Make `M-q' work on the first line of a multi-line string again
Lars Ingebrigtsen
2022-06-25
1
-2
/
+2
*
Fix warnings introduced by the lisp-mode-autoload-regexp change
Lars Ingebrigtsen
2022-06-04
1
-1
/
+1
*
Add a face to \\= doc string escapes
Lars Ingebrigtsen
2022-06-04
1
-0
/
+3
*
Speed up generation of loaddefs files
Lars Ingebrigtsen
2022-05-31
1
-3
/
+13
*
Fix font-locking of (defun foo (function ...))
Lars Ingebrigtsen
2022-05-20
1
-0
/
+3
*
Make imenu find defalias entries
Lars Ingebrigtsen
2022-05-10
1
-0
/
+9
*
Tweak how `M-q' in emacs-lisp-mode works
Lars Ingebrigtsen
2022-04-13
1
-21
/
+41
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Indent `closure' forms better
Lars Ingebrigtsen
2021-11-25
1
-0
/
+1
*
|
; * lisp/emacs-lisp/lisp-mode.el: Restore one check in flet handling
akater
2021-11-09
1
-6
/
+6
*
|
lisp/emacs-lisp/lisp-mode.el: Fix parser state corruption.
akater
2021-11-08
1
-6
/
+7
*
|
Indent cl-flet-like forms correctly in incomplete expressions
akater
2021-10-28
1
-42
/
+32
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-22
1
-4
/
+5
|
\
|
|
*
Fix 'calculate-lisp-indent' when "[" starts containing sexp (Bug#51312)
Martin Rudalics
2021-10-22
1
-4
/
+5
*
|
Add indentation rules for DEFUN's def* functions
Lars Ingebrigtsen
2021-10-18
1
-0
/
+7
*
|
Remove the "def" indentation heuristic
Lars Ingebrigtsen
2021-10-18
1
-3
/
+0
*
|
Fontify :doc keywords as documentation
Lars Ingebrigtsen
2021-10-18
1
-1
/
+3
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-05
1
-2
/
+2
|
\
|
|
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-2
/
+2
*
|
Change the call convention for `defvar-keymap'
Lars Ingebrigtsen
2021-10-05
1
-40
/
+23
*
|
Add 'define-keymap' and 'defvar-keymap'
Lars Ingebrigtsen
2021-10-04
1
-23
/
+40
*
|
Restore the flet indentation fixes
akater
2021-10-01
1
-10
/
+72
|
/
*
Revert "Indent bodies of local function definitions properly in elisp-mode"
Mattias Engdegård
2021-09-30
1
-35
/
+10
*
Revert "Fix regressions in cl-flet indentation"
Mattias Engdegård
2021-09-30
1
-43
/
+10
*
Fix regressions in cl-flet indentation
akater
2021-09-30
1
-10
/
+43
*
Indent bodies of local function definitions properly in elisp-mode
akater
2021-09-25
1
-10
/
+35
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-1
/
+1
[next]