summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2007-07-19 06:31:59 +0000
committerMartin Rudalics <rudalics@gmx.at>2007-07-19 06:31:59 +0000
commit2c2cd782c8f5fe6a604d682b3b35b9ab5468d98f (patch)
tree2138e7a23ee0d4beac1757e869660c578335c9d5
parent418fd37516f85b5b017f9db2a58eb48e20208769 (diff)
downloademacs-2c2cd782c8f5fe6a604d682b3b35b9ab5468d98f.tar.gz
emacs-2c2cd782c8f5fe6a604d682b3b35b9ab5468d98f.tar.bz2
emacs-2c2cd782c8f5fe6a604d682b3b35b9ab5468d98f.zip
(top-level): Fix typo in final comment introduced
with last change.
-rw-r--r--src/ChangeLog5
-rw-r--r--src/window.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c14c0e8eaf..e2d1452a8df 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-19 Martin Rudalics <rudalics@gmx.at>
+
+ * window.c (top-level): Fix typo in final comment introduced
+ with last change.
+
2007-07-18 Richard Stallman <rms@gnu.org>
* data.c (Fsetq_default): Doc fix.
diff --git a/src/window.c b/src/window.c
index 8e75ef7f5d2..3d4efb7b203 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7602,4 +7602,4 @@ keys_of_window ()
}
/* arch-tag: 90a9c576-0590-48f1-a5f1-6c96a0452d9f
- (do not change thisc omment) */
+ (do not change this comment) */