summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/macroexp.el
Commit message (Expand)AuthorAgeFilesLines
* Remove harmful and redundant bindings from the byte compiler.Alan Mackenzie2023-08-091-36/+33
* macroexp.el: Fix missing warning for intermediate expansionsStefan Monnier2023-07-211-15/+13
* (macroexp--unfold-lambda): Obey the lexbind semanticsStefan Monnier2023-06-241-76/+67
* Move quoted lambda funarg check and expand coverageMattias Engdegård2023-06-131-27/+1
* ; * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): minor tweaksMattias Engdegård2023-06-121-4/+2
* Warn about unwind-protect without unwind formsMattias Engdegård2023-03-291-0/+5
* Warn about `condition-case` without handlersMattias Engdegård2023-02-271-8/+13
* * lisp/emacs-lisp/macroexp.el (mapcan): Set funarg-positions.Mattias Engdegård2023-02-201-1/+1
* Better lambda quote warningMattias Engdegård2023-01-181-6/+7
* Styled quotes in compiler warningsMattias Engdegård2023-01-031-7/+8
* Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Consistent empty-body warning messages for let and let*Mattias Engdegård2022-12-291-1/+1
* | Add empty-body warning for when, unless etcMattias Engdegård2022-12-291-1/+1
* | Fix compiler macro expansion bugMattias Engdegård2022-12-181-1/+1
|/
* * lisp/emacs-lisp/macroexp.el (macroexp--compiler-macro): Soften messageStefan Monnier2022-09-031-1/+2
* Move `while` syntax check from optimiser to macroexpandMattias Engdegård2022-08-191-0/+5
* Display new keybinding in obsolete command warningStefan Kangas2022-08-191-1/+3
* (compiled-function-p): New function (bug#56648)Stefan Monnier2022-08-141-1/+1
* ; Fix typos: prefer American spellingStefan Kangas2022-07-141-1/+1
* Don't say that macro-expansion error is a warningMattias Engdegård2022-06-301-1/+1
* Make "eager macro-expansion" warning into an errorLars Ingebrigtsen2022-06-301-3/+3
* Normalise setq during macro-expansionMattias Engdegård2022-06-141-0/+48
* Byte compiler: Prevent special forms' symbols being replaced by bare symbolsAlan Mackenzie2022-04-221-101/+102
* * lisp/emacs-lisp/macroexp.el (macroexp-let2*): Allow common shorthandStefan Monnier2022-04-111-3/+11
* (macroexp-warn-and-return): Fix bug#53618Stefan Monnier2022-02-191-13/+9
* Remove the remnants of old position mechanism from scratch/correct-warning-posAlan Mackenzie2022-01-151-1/+3
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-141-3/+5
|\
| * (macroexp--expand-all): Fix bug#53227 and bug#46636Stefan Monnier2022-01-141-2/+6
* | Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-219/+161
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-25/+50
|\|
| * Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | Add `macroexp--dynamic-variable-p`Mattias Engdegård2021-12-201-19/+41
| * | Fix previous macroexp--warn-wrap changeLars Ingebrigtsen2021-12-021-5/+6
| * | * lisp/emacs-lisp/macroexp.el: Improve last changeStefan Monnier2021-12-011-7/+8
| * | Allow inhibiting warnings about obsolete macros againLars Ingebrigtsen2021-11-301-4/+5
| |/
* | Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie2021-12-311-13/+27
* | Make symbols with positions work with native compilationAlan Mackenzie2021-12-301-3/+63
* | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-8/+8
* | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-2/+6
|/
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-4/+4
* ; * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Doc fix.Eli Zaretskii2021-07-221-3/+3
* * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`Stefan Monnier2021-07-211-12/+15
* Make previous empty-body warning disabling more robustLars Ingebrigtsen2021-07-061-12/+14
* Allow inhibiting warnings about unused variables and empty bodiesLars Ingebrigtsen2021-07-061-8/+10
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+2
* * lisp/emacs-lisp/macroexp.el: Rewrite the code warning about '(lambda ...)Stefan Monnier2021-02-271-27/+34
* * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-261-26/+31
* * lisp/emacs-lisp/macroexp.el (macroexp-file-name): Work in `eval-buffer`Stefan Monnier2021-02-241-1/+5