aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2007-12-12 00:10:37 +0000
committerJuri Linkov2007-12-12 00:10:37 +0000
commitc7d97628b0b89069ae740bf0955d1bdb595e1a09 (patch)
treeb04ea66f519a7f7dee3a0b0fcb56c591389feeeb /src/ChangeLog
parent5ec7fe1bff1362d0bb58d0bbc854ca815c1bc81d (diff)
downloademacs-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/ChangeLog6
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 @@
12007-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
12007-12-10 Stefan Monnier <monnier@iro.umontreal.ca> 72007-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