summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/macroexp.el
Commit message (Expand)AuthorAge
* ; * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Doc fix.Eli Zaretskii2021-07-22
* * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg `category`Stefan Monnier2021-07-21
* Make previous empty-body warning disabling more robustLars Ingebrigtsen2021-07-06
* Allow inhibiting warnings about unused variables and empty bodiesLars Ingebrigtsen2021-07-06
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-11
* * lisp/emacs-lisp/macroexp.el: Rewrite the code warning about '(lambda ...)Stefan Monnier2021-02-27
* * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-26
* * lisp/emacs-lisp/macroexp.el (macroexp-file-name): Work in `eval-buffer`Stefan Monnier2021-02-24
* * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.Stefan Monnier2021-02-24
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Warn on empty let bodiesStefan Monnier2021-02-15
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Break cyclesStefan Monnier2021-02-10
* * lisp/emacs-lisp/macroexp.el: Break cycle with bytecomp/byte-optStefan Monnier2021-02-09
* * lisp/emacs-lisp/macroexp.el (macroexp-if): Fix typoStefan Monnier2021-01-27
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Perform β-reductionStefan Monnier2021-01-27
* Fix missing file&line info in "Unknown defun property" warningsStefan Monnier2021-01-23
* * lisp/subr.el (letrec): Optimize some non-recursive bindingsStefan Monnier2021-01-08
* * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Rename from `pcase--fgrep`Stefan Monnier2021-01-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Make with-suppressed-warnings work for macros, tooLars Ingebrigtsen2019-11-20
* Clarify macroexp-let* doc stringMichael Heerdegen2019-08-04
* Fix previous macroexp-progn doc string fixLars Ingebrigtsen2019-08-03
* macroexp doc fixesLars Ingebrigtsen2019-08-02
* macroexp--cons doc fixLars Ingebrigtsen2019-08-02
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * lisp/emacs-lisp/macroexp.el: Don't hide backtraceStefan Monnier2018-12-16
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
|/
* Quote a few backticks in docstrings.Philipp Stephani2018-04-01
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Stop calling ‘byte-compile-log-warning’Philipp Stephani2016-09-11
|/
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704)Stefan Monnier2016-06-11
* Update copyright year to 2016Paul Eggert2016-01-01
* * lisp/emacs-lisp/macroexp.el: Tweak macroexp-if optimizationsStefan Monnier2015-10-28
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-29
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* Treat “instead” strings as docstringsPaul Eggert2015-08-31
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-16
* Add online-help support to describe typesStefan Monnier2015-07-07
* Improve docstring for macroexp-let2Paul Eggert2015-06-27
* Address some compilation warnings.Glenn Morris2015-06-16
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-28
* Add classes as run-time descriptors of cl-structs.Stefan Monnier2015-03-18
* * lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declareStefan Monnier2015-02-22
* Add macro pcase-lambdaLeo Liu2015-02-09
* lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of cl-genericStefan Monnier2015-01-20