Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase. | Stefan Monnier | 2010-08-28 | 1 | -75/+64 |
| | | | | (macroexp-accumulate): Use `declare'. | ||||
* | * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Put back special | Stefan Monnier | 2010-06-16 | 1 | -0/+5 |
| | | | | handling for `lambda' (misunderstanding). | ||||
* | * lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda' | Stefan Monnier | 2010-06-16 | 1 | -6/+1 |
| | | | | specially, since it's a macro. Fix up wrong hint passed to maybe-cons. | ||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (macroexp-accumulate): Rename arg to var+list. | Richard M. Stallman | 2005-07-03 | 1 | -4/+6 |
| | |||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84 | Miles Bader | 2004-02-10 | 1 | -0/+197 |
Add lisp/emacs-lisp/macroexp.el |