diff options
| author | Juri Linkov | 2007-12-12 00:10:37 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-12-12 00:10:37 +0000 |
| commit | c7d97628b0b89069ae740bf0955d1bdb595e1a09 (patch) | |
| tree | b04ea66f519a7f7dee3a0b0fcb56c591389feeeb /src/ChangeLog | |
| parent | 5ec7fe1bff1362d0bb58d0bbc854ca815c1bc81d (diff) | |
| download | emacs-c7d97628b0b89069ae740bf0955d1bdb595e1a09.tar.gz emacs-c7d97628b0b89069ae740bf0955d1bdb595e1a09.zip | |
(Frename_buffer): In interactive spec replace
`read-buffer' with `read-string' that uses `buffer-name-history'
as history, and the current buffer's name as default.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 86bfa0ab211..babf84e1e85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-12-12 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * buffer.c (Frename_buffer): In interactive spec replace | ||
| 4 | `read-buffer' with `read-string' that uses `buffer-name-history' | ||
| 5 | as history, and the current buffer's name as default. | ||
| 6 | |||
| 1 | 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of | 9 | * keyboard.c (Fcommand_execute): Call Qcall_interactively instead of |