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
*
; 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
*
Fix previous macroexp-progn doc string fix
Lars Ingebrigtsen
2019-08-03
1
-2
/
+3
*
macroexp doc fixes
Lars Ingebrigtsen
2019-08-02
1
-2
/
+3
*
macroexp--cons doc fix
Lars Ingebrigtsen
2019-08-02
1
-1
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
* lisp/emacs-lisp/macroexp.el: Don't hide backtrace
Stefan Monnier
2018-12-16
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-6
/
+6
|
/
*
Quote a few backticks in docstrings.
Philipp Stephani
2018-04-01
1
-3
/
+3
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Stop calling ‘byte-compile-log-warning’
Philipp Stephani
2016-09-11
1
-2
/
+2
|
/
*
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704)
Stefan Monnier
2016-06-11
1
-1
/
+1
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/macroexp.el: Tweak macroexp-if optimizations
Stefan Monnier
2015-10-28
1
-13
/
+25
*
; Remove extraneous "coding: utf-8" specifications in Elisp files
Dmitry Gutov
2015-09-29
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-2
/
+2
*
Treat “instead” strings as docstrings
Paul Eggert
2015-08-31
1
-1
/
+1
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-5
/
+6
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-2
/
+2
*
Add online-help support to describe types
Stefan Monnier
2015-07-07
1
-22
/
+30
*
Improve docstring for macroexp-let2
Paul Eggert
2015-06-27
1
-11
/
+34
*
Address some compilation warnings.
Glenn Morris
2015-06-16
1
-1
/
+1
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-28
1
-1
/
+1
*
Add classes as run-time descriptors of cl-structs.
Stefan Monnier
2015-03-18
1
-2
/
+6
*
* lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
Stefan Monnier
2015-02-22
1
-9
/
+10
*
Add macro pcase-lambda
Leo Liu
2015-02-09
1
-0
/
+10
[next]