summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/macroexp.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/emacs-lisp/macroexp.el: Don't hide backtraceStefan Monnier2018-12-161-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-6/+6
|/
* Quote a few backticks in docstrings.Philipp Stephani2018-04-011-3/+3
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Stop calling ‘byte-compile-log-warning’Philipp Stephani2016-09-111-2/+2
|/
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bug#19704)Stefan Monnier2016-06-111-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/emacs-lisp/macroexp.el: Tweak macroexp-if optimizationsStefan Monnier2015-10-281-13/+25
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Treat “instead” strings as docstringsPaul Eggert2015-08-311-1/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-5/+6
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-2/+2
* Add online-help support to describe typesStefan Monnier2015-07-071-22/+30
* Improve docstring for macroexp-let2Paul Eggert2015-06-271-11/+34
* Address some compilation warnings.Glenn Morris2015-06-161-1/+1
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-281-1/+1
* Add classes as run-time descriptors of cl-structs.Stefan Monnier2015-03-181-2/+6
* * lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declareStefan Monnier2015-02-221-9/+10
* Add macro pcase-lambdaLeo Liu2015-02-091-0/+10
* lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of cl-genericStefan Monnier2015-01-201-18/+21
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* New macro macroexp-let2*Leo Liu2014-11-241-0/+9
* Fix bootstrap failure after last change to eval-and-compile.Stefan Monnier2014-11-091-3/+1
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivialStefan Monnier2014-11-051-0/+4
* * lisp/emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1.Stefan Monnier2014-11-021-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexpand-1): New function.Stefan Monnier2014-10-311-3/+26
* * ses.el (macroexp): add require for this package, so that functionVincent Belaïche2014-10-251-0/+12
* Correctly macroexpand top-level forms during eager macroexpandDaniel Colascione2014-04-221-2/+4
* Correctly treat progn contents as toplevel forms when byte compilingDaniel Colascione2014-04-211-1/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix compilation error with simultaneous dynamic+lexical scoping.Stefan Monnier2013-06-041-5/+10
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | macroexp--warn-and-return message tweak (bug#13132)Glenn Morris2012-12-141-1/+4
|/
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all):Stefan Monnier2012-10-261-2/+7
* * lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.Stefan Monnier2012-09-201-19/+27
* * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.Stefan Monnier2012-09-191-1/+1
* * lisp/emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename fromStefan Monnier2012-09-191-22/+28
* Partial fix for bug#12371Glenn Morris2012-09-191-0/+3
* Macro-expand interpreted code during load.Stefan Monnier2012-09-041-8/+102
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-11/+3
* Misc minor changes.Stefan Monnier2012-07-171-1/+1
* Miscellaneous minor cleanups and simplifications.Stefan Monnier2012-06-231-2/+2
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-221-1/+22