diff options
| author | Gerd Moellmann | 2001-01-31 20:25:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-31 20:25:41 +0000 |
| commit | 1f9228342c27083f11e547151acef612cf967763 (patch) | |
| tree | cff90b391af87bad67af7099f6e34556819f2829 /src | |
| parent | 7d81cf83bddec31aecd0f50e53f45f72525b2892 (diff) | |
| download | emacs-1f9228342c27083f11e547151acef612cf967763.tar.gz emacs-1f9228342c27083f11e547151acef612cf967763.zip | |
Update copyright.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/frame.h b/src/frame.h index fe836903e9c..ccbb29c2f23 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -1,10 +1,5 @@ | |||
| 1 | /* Don't multiply include: dispextern.h includes macterm.h which includes frame.h | ||
| 2 | some emacs source includes both dispextern.h and frame.h */ | ||
| 3 | #ifndef _XFRAME_H_ | ||
| 4 | #define _XFRAME_H_ | ||
| 5 | |||
| 6 | /* Define frame-object for GNU Emacs. | 1 | /* Define frame-object for GNU Emacs. |
| 7 | Copyright (C) 1993, 1994, 1999, 2000 Free Software Foundation, Inc. | 2 | Copyright (C) 1993, 1994, 1999, 2000, 2001 Free Software Foundation, Inc. |
| 8 | 3 | ||
| 9 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 10 | 5 | ||
| @@ -23,6 +18,11 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 23 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 24 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02111-1307, USA. */ |
| 25 | 20 | ||
| 21 | /* Don't multiply include: dispextern.h includes macterm.h which includes frame.h | ||
| 22 | some emacs source includes both dispextern.h and frame.h */ | ||
| 23 | #ifndef _XFRAME_H_ | ||
| 24 | #define _XFRAME_H_ | ||
| 25 | |||
| 26 | 26 | ||
| 27 | /* Miscellanea. */ | 27 | /* Miscellanea. */ |
| 28 | 28 | ||