From 5db81e33629049da22e7d0ff6c28a5cae31edac9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 19 Jul 2012 07:39:38 -0400 Subject: * lisp/emacs-lisp/chart.el: Use lexical-binding. (chart-emacs-storage): Don't hardcode the list of entries. * src/alloc.c (Fgarbage_collect): Tweak docstring. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12186c7bef7..170982d724e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-07-19 Stefan Monnier + + * emacs-lisp/chart.el: Use lexical-binding. + (chart-emacs-storage): Don't hardcode the list of entries. + 2012-07-19 Dmitry Antipov Next round of tweaks caused by Fgarbage_collect changes. -- cgit v1.2.1