index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
thunk.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-07-25
; * admin/MAINTAINERS: Remove Nicolas Petton.
Stefan Kangas
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-09-14
; More minor docfixes found by checkdoc
Stefan Kangas
2021-05-17
Fix a few Edebug specifications where code is wrapped in lambdas.
Philipp Stephani
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-11
* lisp/emacs-lisp/thunk.el (thunk-let*): Don't modify `bindings`
Stefan Monnier
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-06-04
* lisp/emacs-lisp/thunk.el (thunk-delay): Fix memory leak
Stefan Monnier
2019-05-25
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-19
Fixes for "Maintainer:" and related lines
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-03-22
Quieten cl-lib related compiler warnings
Glenn Morris
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-01
Add macros `thunk-let' and `thunk-let*'
Michael Heerdegen
2017-11-01
* lisp/emacs-lisp/thunk.el: Assert lexical-binding
Michael Heerdegen
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-03-27
Fix obsolete ‘test/automated’ references
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-28
* lisp/emacs-lisp/thunk.el (thunk-delay): Fix the macro.
Nicolas Petton
2015-10-23
* lisp/emacs-lisp/thunk.el: Better documentation.
Nicolas Petton
2015-10-23
New library thunk.el
Nicolas Petton