diff options
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 65249ed2213..440a104336b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-05-20 Richard M. Stallman <rms@gnu.org> | 1 | 2001-05-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * info.el (Info-read-subfile): Widen before finding the | ||
| 4 | desired node in the subfile. | ||
| 5 | |||
| 3 | * startup.el (command-line-1): When >2 files visited, | 6 | * startup.el (command-line-1): When >2 files visited, |
| 4 | leave the last one visible, and make that the selected window. | 7 | leave the last one visible, and make that the selected window. |
| 5 | 8 | ||