diff options
| author | Stefan Monnier | 2013-09-12 16:21:41 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-09-12 16:21:41 -0400 |
| commit | 379add74c2635c38ee43f4e649a7d7aa12e03485 (patch) | |
| tree | 7632f8f12e98ee7cd908db9a7979ed8fb3ce33e1 /lisp/ChangeLog | |
| parent | ae5e4c483a4700fed927f546eebf06d1b1e92057 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-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 | ||
| 5 | 2013-09-12 Kenichi Handa <handa@gnu.org> | 8 | 2013-09-12 Kenichi Handa <handa@gnu.org> |