aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-09-12 16:21:41 -0400
committerStefan Monnier2013-09-12 16:21:41 -0400
commit379add74c2635c38ee43f4e649a7d7aa12e03485 (patch)
tree7632f8f12e98ee7cd908db9a7979ed8fb3ce33e1 /lisp/ChangeLog
parentae5e4c483a4700fed927f546eebf06d1b1e92057 (diff)
downloademacs-379add74c2635c38ee43f4e649a7d7aa12e03485.tar.gz
emacs-379add74c2635c38ee43f4e649a7d7aa12e03485.zip
* lisp/term/ns-win.el (parameters): Don't declare as dynamic.
(before-make-frame-hook): Don't add ineffective function.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8fc9b32f98..7dea339d669 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12013-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 12013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * term/ns-win.el (parameters): Don't declare as dynamic.
4 (before-make-frame-hook): Don't add ineffective function.
5
3 * eshell/*.el: Use lexical-binding (bug#15231). 6 * eshell/*.el: Use lexical-binding (bug#15231).
4 7
52013-09-12 Kenichi Handa <handa@gnu.org> 82013-09-12 Kenichi Handa <handa@gnu.org>