aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-08-28 23:49:10 -0400
committerStefan Monnier2013-08-28 23:49:10 -0400
commite8dfd19797fa7224ae726a8be78726fefd260c0e (patch)
tree01dcd4c614ddab3797e3e7623a74cfafbdcb726e /lisp/ChangeLog
parentba579ea660ea62706598b95eeec6f335e9269e38 (diff)
downloademacs-e8dfd19797fa7224ae726a8be78726fefd260c0e.tar.gz
emacs-e8dfd19797fa7224ae726a8be78726fefd260c0e.zip
* lisp/emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
are immutable. Don't use `unsafe' any more. (cl--defsubst-expand): Don't substitute at the same time as keeping a residual unused let-binding. Don't use `unsafe' any more.
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 b5a4857f9f8..2554bd6d83a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4 are immutable. Don't use `unsafe' any more.
5 (cl--defsubst-expand): Don't substitute at the same time as keeping
6 a residual unused let-binding. Don't use `unsafe' any more.
7
12013-08-29 Glenn Morris <rgm@gnu.org> 82013-08-29 Glenn Morris <rgm@gnu.org>
2 9
3 * calendar/cal-china.el (calendar-chinese-year-cache): 10 * calendar/cal-china.el (calendar-chinese-year-cache):