diff lisp/ChangeLog @ 110012:ba0e3bffdb8b

* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase. (macroexp-accumulate): Use `declare'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 28 Aug 2010 20:52:36 +0200
parents f27a344fc7dc
children 0fb70b0c7489
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 28 11:10:13 2010 +0300
+++ b/lisp/ChangeLog	Sat Aug 28 20:52:36 2010 +0200
@@ -1,3 +1,8 @@
+2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
+	(macroexp-accumulate): Use `declare'.
+
 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
 	* whitespace.el (whitespace-style): Adjust type declaration.