aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
-rw-r--r--src/window.c2
2 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a68c99d328..c5d7ac769ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12007-07-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * coding.c (Ffind_operation_coding_system):
4 * eval.c (For, Fand, Fprogn):
5 * keyboard.c (Ftrack_mouse):
6 * print.c (Fwith_output_to_temp_buffer):
7 * window.c (Fsave_window_excursion): Doc fixes (some reported
8 by Johan Bockg,Ae(Brd).
9
12007-07-15 Richard Stallman <rms@gnu.org> 102007-07-15 Richard Stallman <rms@gnu.org>
2 11
3 * data.c (Fsetq_default): Doc fix. 12 * data.c (Fsetq_default): Doc fix.
@@ -7549,7 +7558,7 @@
75492005-09-19 Kim F. Storm <storm@cua.dk> 75582005-09-19 Kim F. Storm <storm@cua.dk>
7550 7559
7551 * editfns.c (Fformat): Don't scan past end of format string that 7560 * editfns.c (Fformat): Don't scan past end of format string that
7552 ends in %. Reported by: Johan Bockg,Ae(Brd. 7561 ends in %. Reported by Johan Bockg,Ae(Brd.
7553 7562
75542005-09-18 Andreas Schwab <schwab@suse.de> 75632005-09-18 Andreas Schwab <schwab@suse.de>
7555 7564
diff --git a/src/window.c b/src/window.c
index 8a5137f2044..3cb4292d346 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6643,7 +6643,7 @@ and the value of point and mark for each window.
6643Also restore the choice of selected window. 6643Also restore the choice of selected window.
6644Also restore which buffer is current. 6644Also restore which buffer is current.
6645Does not restore the value of point in current buffer. 6645Does not restore the value of point in current buffer.
6646usage: (save-window-excursion BODY ...) */) 6646usage: (save-window-excursion BODY...) */)
6647 (args) 6647 (args)
6648 Lisp_Object args; 6648 Lisp_Object args;
6649{ 6649{