]> code.delx.au - gnu-emacs/blobdiff - src/widgetprv.h
(table group): Add :version.
[gnu-emacs] / src / widgetprv.h
index ef335509f39e2d505af809f24f6349e60367bfc5..b75ef769029360427b2fa41f04443b9960e5fab5 100644 (file)
@@ -15,7 +15,8 @@ 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, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* Emacs 19 face widget ported by Fred Pierresteguy */
 
@@ -37,7 +38,7 @@ typedef struct {
   /* The rest of this is crap and should be deleted.
    */
   int          minibuffer;     /* 0: normal frames with minibuffers.
-                                * 1: frames without minibuffers 
+                                * 1: frames without minibuffers
                                 * 2: minibuffer only. */
   Boolean      unsplittable;   /* frame can only have one window */
 
@@ -76,3 +77,6 @@ extern EmacsFrameClassRec emacsFrameClassRec;  /* class pointer */
 
 
 #endif /* _EmacsFrameP_h */
+
+/* arch-tag: 2b579b4c-f697-4f86-b27a-35b7cb1a4a1c
+   (do not change this comment) */