diff options
| author | Martin Rudalics | 2014-03-01 20:15:29 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-03-01 20:15:29 +0100 |
| commit | 2907acd464d055256efb84afb0a8c978befa8bc6 (patch) | |
| tree | 5d961dfccc2a71adcb6ee7c53d97ebb7bf0172a0 /src/ChangeLog | |
| parent | cb8b26b4ba0660043c40093f99df4a5d5f5725fb (diff) | |
| download | emacs-2907acd464d055256efb84afb0a8c978befa8bc6.tar.gz emacs-2907acd464d055256efb84afb0a8c978befa8bc6.zip | |
Consider Vother_window_scroll_buffer valid iff it's a live buffer.
* window.c (Fother_window_for_scrolling): Don't try to scroll a
killed Vother_window_scroll_buffer.
(Vother_window_scroll_buffer): Fix doc-string accordingly.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f351e71403..3425b504a71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-03-01 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | Consider Vother_window_scroll_buffer valid iff it's a live buffer. | ||
| 4 | * window.c (Fother_window_for_scrolling): Don't try to scroll a | ||
| 5 | killed Vother_window_scroll_buffer. | ||
| 6 | (Vother_window_scroll_buffer): Fix doc-string accordingly. | ||
| 7 | |||
| 1 | 2014-03-01 Eli Zaretskii <eliz@gnu.org> | 8 | 2014-03-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * fileio.c (Fexpand_file_name) [WINDOWSNT]: Don't treat file names | 10 | * fileio.c (Fexpand_file_name) [WINDOWSNT]: Don't treat file names |