]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/ChgPane.c
(move_it_to): When stopping at a charpos, check if that's a continued
[gnu-emacs] / oldXMenu / ChgPane.c
index e039507180fc71e252ab83548c0f78435b348c15..06b2faa44517cb634bf2d7cb11ee936332f929b6 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/ChgPane.c,v 1.1 1992/04/11 22:10:17 jimb Exp $ */
-/* Copyright    Massachusetts Institute of Technology    1985  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -13,6 +13,7 @@
  *
  */
 
+#include <config.h>
 #include "XMenuInt.h"
 
 int
@@ -64,3 +65,6 @@ XMenuChangePane(menu, p_num, label)
     _XMErrorCode = XME_NO_ERROR;
     return(p_num);
 }
+
+/* arch-tag: e267e9de-a3f0-4a0d-8c45-413afa176fd8
+   (do not change this comment) */