diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-31 20:25:41 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-31 20:25:41 +0000 |
commit | 1f9228342c27083f11e547151acef612cf967763 (patch) | |
tree | cff90b391af87bad67af7099f6e34556819f2829 /src | |
parent | 7d81cf83bddec31aecd0f50e53f45f72525b2892 (diff) | |
download | emacs-1f9228342c27083f11e547151acef612cf967763.tar.gz |
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 @@ -/* Don't multiply include: dispextern.h includes macterm.h which includes frame.h - some emacs source includes both dispextern.h and frame.h */ -#ifndef _XFRAME_H_ -#define _XFRAME_H_ - /* Define frame-object for GNU Emacs. - Copyright (C) 1993, 1994, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -23,6 +18,11 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Don't multiply include: dispextern.h includes macterm.h which includes frame.h + some emacs source includes both dispextern.h and frame.h */ +#ifndef _XFRAME_H_ +#define _XFRAME_H_ + /* Miscellanea. */ |