diff options
| author | Deniz Dogan | 2011-09-03 19:40:08 +0200 |
|---|---|---|
| committer | Deniz Dogan | 2011-09-03 19:40:08 +0200 |
| commit | d37e5c877713210af39d81a7cf80335b79eae820 (patch) | |
| tree | d8cb87821dfbfef3963e7498157103e5c0abc6f2 /lisp/ChangeLog | |
| parent | f3ada0eeb5a6011eafa45bdce9abea5db46d4939 (diff) | |
| download | emacs-d37e5c877713210af39d81a7cf80335b79eae820.tar.gz emacs-d37e5c877713210af39d81a7cf80335b79eae820.zip | |
* lisp/net/rcirc.el (rcirc-print): Simplify code for rcirc-scroll-show-maximum-output. There is no need to walk through all windows to find the right one.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dae4cbf6609..656bf8485e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-09-03 Deniz Dogan <deniz@dogan.se> | ||
| 2 | |||
| 3 | * net/rcirc.el (rcirc-print): Simplify code for | ||
| 4 | rcirc-scroll-show-maximum-output. There is no need to walk | ||
| 5 | through all windows to find the right one. | ||
| 6 | |||
| 1 | 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com> | 7 | 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com> |
| 2 | 8 | ||
| 3 | * help.el (help-return-method): Doc fix. | 9 | * help.el (help-return-method): Doc fix. |