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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new `permission-denied' error to catch multisession errors
Lars Ingebrigtsen
2021-12-21
1
-1
/
+1
*
Fix bug#28557
Stefan Monnier
2021-12-20
5
-25
/
+33
*
; * lisp/emacs-lisp/cl-macs.el (cl--self-tco): fix bootstrapping
Mattias Engdegård
2021-12-20
1
-2
/
+2
*
Body of dynamic let-bindings is not in tail position
Mattias Engdegård
2021-12-20
1
-3
/
+8
*
Add `macroexp--dynamic-variable-p`
Mattias Engdegård
2021-12-20
2
-20
/
+42
*
Treat base64 string encode/decode as pure functions
Mattias Engdegård
2021-12-20
1
-0
/
+2
*
Add a new elp-restore-package command
Daniel Mendler
2021-12-19
1
-0
/
+8
*
Fix elp-*-list interactive specs
Lars Ingebrigtsen
2021-12-19
1
-2
/
+2
*
Remove incorrect byte-hunk-handler for `eval`
Mattias Engdegård
2021-12-18
1
-9
/
+0
*
Make generation of JUnit test reports more robust.
Michael Albinus
2021-12-18
1
-13
/
+28
*
Make multisession file reading more resilient on Windows
Lars Ingebrigtsen
2021-12-18
1
-19
/
+26
*
Handle missing JUnit test reports
Michael Albinus
2021-12-17
1
-114
/
+118
*
multisession.el: Avoid old specializer syntax
Stefan Monnier
2021-12-17
1
-8
/
+8
*
Improve multisession test results on MS-Windows
Eli Zaretskii
2021-12-17
1
-1
/
+2
*
Fix parallel build with multisession.el
Lars Ingebrigtsen
2021-12-17
1
-1
/
+0
*
Update files times in multisesssion properly
Lars Ingebrigtsen
2021-12-16
1
-0
/
+1
*
Make the multisession files value read more resilient
Lars Ingebrigtsen
2021-12-16
1
-9
/
+16
*
Declare a couple more functions in multisession.el
Lars Ingebrigtsen
2021-12-16
1
-0
/
+2
*
Add support for multisession variables
Lars Ingebrigtsen
2021-12-16
1
-0
/
+429
*
Add errors in ert JUnit test reports
Michael Albinus
2021-12-15
1
-49
/
+85
*
eieio-compat.el: Move to lisp/obsolete
Stefan Monnier
2021-12-14
1
-0
/
+1
*
ERT can generate JUnit test reports
Michael Albinus
2021-12-13
1
-5
/
+129
*
* lisp/emacs-lisp/generator.el (iter-yield): Simplify
Stefan Monnier
2021-12-13
1
-4
/
+2
*
; * lisp/emacs-lisp/shortdoc.el (keymaps): Fix typo.
Stefan Kangas
2021-12-12
1
-1
/
+1
*
Constant-propagate access to captured variables
Mattias Engdegård
2021-12-11
1
-2
/
+6
*
Use defvar-keymap for package-menu-mode-map
Stefan Kangas
2021-12-10
1
-29
/
+27
*
Convert shortdoc-mode-map to defvar-keymap
Stefan Kangas
2021-12-08
1
-8
/
+6
*
Remove some unnecessary references to Emacs 22
Stefan Kangas
2021-12-07
1
-2
/
+1
*
Remove spurious space in byte-compiler warning
Stefan Kangas
2021-12-06
1
-2
/
+2
*
Prefer nil to (current-time) when either will do
Paul Eggert
2021-12-05
1
-2
/
+2
*
; Small doc fix in recent eieio-opt.el change
Stefan Kangas
2021-12-06
1
-1
/
+1
*
EIEIO: Remove redundant type info in help
Stefan Monnier
2021-12-05
2
-5
/
+1
*
Don't fill byte-compilation warnings in batch mode
Lars Ingebrigtsen
2021-12-06
1
-1
/
+3
*
Merge from origin/emacs-28
Stefan Kangas
2021-12-05
1
-1
/
+1
|
\
|
*
* lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc fix.
Stefan Kangas
2021-12-04
1
-1
/
+1
*
|
Make package-dir-info more resilient
Lars Ingebrigtsen
2021-12-05
1
-7
/
+11
*
|
eieio-core.el: Allow assignment to cl-structs through `slot-value`
Stefan Monnier
2021-12-04
1
-7
/
+12
*
|
Remove some more items obsolete since Emacs 23
Stefan Kangas
2021-12-03
1
-3
/
+0
*
|
Clarify the run-at-time documentation about "integral multiple"
Lars Ingebrigtsen
2021-12-03
1
-2
/
+10
*
|
; Minor cleanup in re-builder after my last commit
Stefan Kangas
2021-12-03
1
-5
/
+5
*
|
Don't support obsolete sregex syntax in re-builder
Stefan Kangas
2021-12-03
1
-7
/
+7
*
|
* lisp/emacs-lisp/cl-macs.el (natnum): Fix typo
Stefan Monnier
2021-12-03
1
-1
/
+1
*
|
* lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type
Stefan Monnier
2021-12-03
1
-0
/
+1
*
|
Fix previous macroexp--warn-wrap change
Lars Ingebrigtsen
2021-12-02
1
-5
/
+6
*
|
Add `cl-constantly' function
Lars Ingebrigtsen
2021-12-02
1
-0
/
+5
*
|
* lisp/emacs-lisp/macroexp.el: Improve last change
Stefan Monnier
2021-12-01
1
-7
/
+8
*
|
Make use of `comp-cstr-shallow-copy'
Andrea Corallo
2021-12-01
2
-50
/
+18
*
|
* Redefine `comp-cstr-shallow-copy'
Andrea Corallo
2021-12-01
1
-2
/
+10
*
|
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Decl struct predicates as pure
Andrea Corallo
2021-12-01
1
-1
/
+1
*
|
* lisp/emacs-lisp/cconv.el (cconv--lifted-arg): Simplify
Stefan Monnier
2021-12-01
1
-3
/
+3
[next]