]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/InsSel.c
(display_tool_bar_line): Skip glyphs which are too big
[gnu-emacs] / oldXMenu / InsSel.c
index 200f57574ef545ae86be0d2c3bd315cfbf5dede0..30e0756d8e42ad17b30531af2c5ea0f1aa99b9c6 100644 (file)
@@ -1,7 +1,8 @@
 #include "copyright.h"
 
-/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/InsSel.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */
 /* Copyright    Massachusetts Institute of Technology    1985  */
+/* Copyright (C) 2002, 2003, 2004, 2005,
+                 2006 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
@@ -32,7 +33,7 @@ XMenuInsertSelection(menu, p_num, s_num, data, label, active)
 
     int label_length;          /* Label length in characters. */
     int label_width;           /* Label width in pixels. */
-    
+
     /*
      * Check for NULL pointers!
      */
@@ -114,3 +115,6 @@ XMenuInsertSelection(menu, p_num, s_num, data, label, active)
     _XMErrorCode = XME_NO_ERROR;
     return(s_num);
 }
+
+/* arch-tag: 8398626f-81cb-4e13-8ebc-aac1b9237663
+   (do not change this comment) */