diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/window.el | 2 |
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 @@ | |||
| 1 | 2002-04-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * window.el (handle-select-window): New function. | ||
| 4 | Update copyright. | ||
| 5 | |||
| 1 | 2002-04-01 Richard M. Stallman <rms@gnu.org> | 6 | 2002-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 |