aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2012-07-25 11:34:48 +0200
committerMartin Rudalics2012-07-25 11:34:48 +0200
commit8137e7b3165ea5dffc66a0a49f34716df0c00c2d (patch)
tree752e56d5285c790b10f21c107f8610d494d3f386 /src/ChangeLog
parent09ae5da1b8bc7e8195a4a252b532ac33e5723f93 (diff)
downloademacs-8137e7b3165ea5dffc66a0a49f34716df0c00c2d.tar.gz
emacs-8137e7b3165ea5dffc66a0a49f34716df0c00c2d.zip
Add advertised calling convention for redirect-frame-focus (Bug#12030).
* frame.c (Fredirect_frame_focus): In doc-string don't mention that FOCUS-FRAME can be omitted. * subr.el (redirect-frame-focus): Add advertised calling convention (Bug#12030).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c82af88f93..1e9e65192f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-25 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.c (Fredirect_frame_focus): In doc-string don't mention
4 that FOCUS-FRAME can be omitted.
5
12012-07-25 Dmitry Antipov <dmantipov@yandex.ru> 62012-07-25 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Adjust buffer text indirection counters at the end of Fkill_buffer. 8 Adjust buffer text indirection counters at the end of Fkill_buffer.