]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib-int.h
(diary-show-all-entries): Re-fit the calendar window if necessary.
[gnu-emacs] / lwlib / lwlib-int.h
index a198d10551d9a4bc32c2b975fff803cd580c1bbe..60fd666c485acc1081ba4bd2a864ce0a81fdb103 100644 (file)
@@ -1,3 +1,26 @@
+/*
+Copyright (C) 1992 Lucid, Inc.
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+  2007, 2008, 2009 Free Software Foundation, Inc.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 1, or (at your option)
+any later version.
+
+The Lucid Widget Library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
+
+
 #ifndef LWLIB_INTERNAL_H
 #define LWLIB_INTERNAL_H
 
@@ -51,3 +74,6 @@ widget_info *lw_get_widget_info __P ((LWLIB_ID));
 widget_instance * lw_get_widget_instance __P ((Widget));
 
 #endif /* LWLIB_INTERNAL_H */
+
+/* arch-tag: ae02f67d-ef25-421c-b956-b01a4b0aac76
+   (do not change this comment) */