summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/macroexp.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-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
* * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.Stefan Monnier2021-02-241-2/+11
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Warn on empty let bodiesStefan Monnier2021-02-151-1/+6
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Break cyclesStefan Monnier2021-02-101-14/+29
* * lisp/emacs-lisp/macroexp.el: Break cycle with bytecomp/byte-optStefan Monnier2021-02-091-6/+65
* * lisp/emacs-lisp/macroexp.el (macroexp-if): Fix typoStefan Monnier2021-01-271-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Perform β-reductionStefan Monnier2021-01-271-11/+28
* Fix missing file&line info in "Unknown defun property" warningsStefan Monnier2021-01-231-6/+8
* * lisp/subr.el (letrec): Optimize some non-recursive bindingsStefan Monnier2021-01-081-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`Stefan Monnier2021-01-081-0/+29
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make with-suppressed-warnings work for macros, tooLars Ingebrigtsen2019-11-201-1/+1
* Clarify macroexp-let* doc stringMichael Heerdegen2019-08-041-1/+4