aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-31 20:25:41 +0000
committerGerd Moellmann2001-01-31 20:25:41 +0000
commit1f9228342c27083f11e547151acef612cf967763 (patch)
treecff90b391af87bad67af7099f6e34556819f2829 /src
parent7d81cf83bddec31aecd0f50e53f45f72525b2892 (diff)
downloademacs-1f9228342c27083f11e547151acef612cf967763.tar.gz
emacs-1f9228342c27083f11e547151acef612cf967763.zip
Update copyright.
Diffstat (limited to 'src')
-rw-r--r--src/frame.h12
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
9This file is part of GNU Emacs. 4This file is part of GNU Emacs.
10 5
@@ -23,6 +18,11 @@ along with GNU Emacs; see the file COPYING. If not, write to
23the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24Boston, MA 02111-1307, USA. */ 19Boston, 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