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
/
macroexp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp--compiler-macro): Soften message
Stefan Monnier
2022-09-03
1
-1
/
+2
*
Move `while` syntax check from optimiser to macroexpand
Mattias Engdegård
2022-08-19
1
-0
/
+5
*
Display new keybinding in obsolete command warning
Stefan Kangas
2022-08-19
1
-1
/
+3
*
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
1
-1
/
+1
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-14
1
-1
/
+1
*
Don't say that macro-expansion error is a warning
Mattias Engdegård
2022-06-30
1
-1
/
+1
*
Make "eager macro-expansion" warning into an error
Lars Ingebrigtsen
2022-06-30
1
-3
/
+3
*
Normalise setq during macro-expansion
Mattias Engdegård
2022-06-14
1
-0
/
+48
*
Byte compiler: Prevent special forms' symbols being replaced by bare symbols
Alan Mackenzie
2022-04-22
1
-101
/
+102
*
* lisp/emacs-lisp/macroexp.el (macroexp-let2*): Allow common shorthand
Stefan Monnier
2022-04-11
1
-3
/
+11
*
(macroexp-warn-and-return): Fix bug#53618
Stefan Monnier
2022-02-19
1
-13
/
+9
*
Remove the remnants of old position mechanism from scratch/correct-warning-pos
Alan Mackenzie
2022-01-15
1
-1
/
+3
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-14
1
-3
/
+5
|
\
|
*
(macroexp--expand-all): Fix bug#53227 and bug#46636
Stefan Monnier
2022-01-14
1
-2
/
+6
*
|
Commit fixes and enhancements to the scratch/correct-warning-pos branch
Alan Mackenzie
2022-01-14
1
-219
/
+161
*
|
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-25
/
+50
|
\
|
|
*
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
|
*
|
Add `macroexp--dynamic-variable-p`
Mattias Engdegård
2021-12-20
1
-19
/
+41
|
*
|
Fix previous macroexp--warn-wrap change
Lars Ingebrigtsen
2021-12-02
1
-5
/
+6
|
*
|
* lisp/emacs-lisp/macroexp.el: Improve last change
Stefan Monnier
2021-12-01
1
-7
/
+8
|
*
|
Allow inhibiting warnings about obsolete macros again
Lars Ingebrigtsen
2021-11-30
1
-4
/
+5
|
|
/
*
|
Miscellaneous enhancements to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-31
1
-13
/
+27
*
|
Make symbols with positions work with native compilation
Alan Mackenzie
2021-12-30
1
-3
/
+63
*
|
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-12-01
1
-8
/
+8
*
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-2
/
+6
|
/
*
; More minor docfixes found by checkdoc
Stefan Kangas
2021-09-14
1
-4
/
+4
*
; * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Doc fix.
Eli Zaretskii
2021-07-22
1
-3
/
+3
*
* lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`
Stefan Monnier
2021-07-21
1
-12
/
+15
*
Make previous empty-body warning disabling more robust
Lars Ingebrigtsen
2021-07-06
1
-12
/
+14
*
Allow inhibiting warnings about unused variables and empty bodies
Lars Ingebrigtsen
2021-07-06
1
-8
/
+10
*
* lisp/**/*.el: Avoid positional args to `define-minor-mode`
Stefan Monnier
2021-04-11
1
-1
/
+2
*
* lisp/emacs-lisp/macroexp.el: Rewrite the code warning about '(lambda ...)
Stefan Monnier
2021-02-27
1
-27
/
+34
*
* lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Stefan Monnier
2021-02-26
1
-26
/
+31
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): Work in `eval-buffer`
Stefan Monnier
2021-02-24
1
-1
/
+5
*
* lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.
Stefan Monnier
2021-02-24
1
-2
/
+11
*
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Warn on empty let bodies
Stefan Monnier
2021-02-15
1
-1
/
+6
*
* lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Break cycles
Stefan Monnier
2021-02-10
1
-14
/
+29
*
* lisp/emacs-lisp/macroexp.el: Break cycle with bytecomp/byte-opt
Stefan Monnier
2021-02-09
1
-6
/
+65
*
* lisp/emacs-lisp/macroexp.el (macroexp-if): Fix typo
Stefan Monnier
2021-01-27
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Perform β-reduction
Stefan Monnier
2021-01-27
1
-11
/
+28
*
Fix missing file&line info in "Unknown defun property" warnings
Stefan Monnier
2021-01-23
1
-6
/
+8
*
* lisp/subr.el (letrec): Optimize some non-recursive bindings
Stefan Monnier
2021-01-08
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`
Stefan Monnier
2021-01-08
1
-0
/
+29
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Make with-suppressed-warnings work for macros, too
Lars Ingebrigtsen
2019-11-20
1
-1
/
+1
*
Clarify macroexp-let* doc string
Michael Heerdegen
2019-08-04
1
-1
/
+4
[next]