aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-09-20 09:46:36 -0400
committerStefan Monnier2012-09-20 09:46:36 -0400
commit95b9712e9e3e8df09ad07423012bfbd978239014 (patch)
tree04ffa4bc0b34d4ffd3a6ed916b8ec6001a26e119 /lisp/ChangeLog
parentf490dab981c46011d22b19b697fc979aa736a221 (diff)
downloademacs-95b9712e9e3e8df09ad07423012bfbd978239014.tar.gz
emacs-95b9712e9e3e8df09ad07423012bfbd978239014.zip
* lisp/emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
(macroexp--expand-all): Use it. (macroexp--funcall-and-return): Remove by folding it into its sole caller (macroexp--warn-and-return). * lisp/emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Use macroexp--obsolete-warning.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7f9a15d9dfc..8b99fc29252 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12012-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 12012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
4 (macroexp--expand-all): Use it.
5 (macroexp--funcall-and-return): Remove by folding it into its sole
6 caller (macroexp--warn-and-return).
7 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
8 Use macroexp--obsolete-warning.
9
3 * calc/calc.el: Fix last change by removing the whole chunk, since it 10 * calc/calc.el: Fix last change by removing the whole chunk, since it
4 was only needed back when Calc was not bundled. 11 was only needed back when Calc was not bundled.
5 12