diff options
| author | Stefan Monnier | 2011-11-08 11:52:10 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-11-08 11:52:10 -0500 |
| commit | 4b0d61e31050ecdaf003c4c3a9efd175f2b8afdd (patch) | |
| tree | 4206e4f85590311f71ca478cb45c7d2ba363ecbe /lisp/ChangeLog | |
| parent | e7313f338961e383f1f27bfa3d6083814d0d09ab (diff) | |
| download | emacs-4b0d61e31050ecdaf003c4c3a9efd175f2b8afdd.tar.gz emacs-4b0d61e31050ecdaf003c4c3a9efd175f2b8afdd.zip | |
* lisp/window.el: Stay away from defsubst.
(window-list-no-nils): Remove.
(window-state-get-1, window-state-get): Use backquote instead.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c12e7b3f6f..23d33e81934 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * window.el: Stay away from defsubst. | ||
| 4 | (window-list-no-nils): Remove. | ||
| 5 | (window-state-get-1, window-state-get): Use backquote instead. | ||
| 6 | |||
| 1 | 2011-11-08 thierry <thierry.volpiatto@gmail.com> | 7 | 2011-11-08 thierry <thierry.volpiatto@gmail.com> |
| 2 | 8 | ||
| 3 | * emacs-lisp/find-func.el (find-function-read): | 9 | * emacs-lisp/find-func.el (find-function-read): |
| 4 | Fix incorrect use of default argument in `completing-read'. | 10 | Fix incorrect use of default argument in `completing-read'. |
| 5 | 11 | ||
| 6 | 2011-11-08 Martin Rudalics <rudalics@gmx.at> | 12 | 2011-11-08 Martin Rudalics <rudalics@gmx.at> |