aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/window.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 97118b4b151..d4866eddf12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-04-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * window.el (handle-select-window): New function.
4 Update copyright.
5
12002-04-01 Richard M. Stallman <rms@gnu.org> 62002-04-01 Richard M. Stallman <rms@gnu.org>
2 7
3 * help-fns.el (help-with-tutorial): Allow various ways 8 * help-fns.el (help-with-tutorial): Allow various ways
diff --git a/lisp/window.el b/lisp/window.el
index 9be38884903..cb4de12a9cf 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -1,6 +1,6 @@
1;;; window.el --- GNU Emacs window commands aside from those written in C 1;;; window.el --- GNU Emacs window commands aside from those written in C
2 2
3;; Copyright (C) 1985, 1989, 1992, 1993, 1994, 2000, 2001 3;; Copyright (C) 1985, 1989, 1992, 1993, 1994, 2000, 2001, 2002
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF