comparison oldXMenu/AddSel.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children f0eb34e60705 e8824c4f5f7e 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
1 #include "copyright.h" 1 #include "copyright.h"
2 2
3 /* $Header: /cvs/emacs/oldXMenu/AddSel.c,v 1.2 2000/01/27 15:30:18 gerd Exp $ */ 3 /* $Header: /cvsroot/emacs/emacs/oldXMenu/AddSel.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */
4 /* Copyright Massachusetts Institute of Technology 1985 */ 4 /* Copyright Massachusetts Institute of Technology 1985 */
5 5
6 /* 6 /*
7 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
8 * 8 *
101 * Return the selection number just added. 101 * Return the selection number just added.
102 */ 102 */
103 _XMErrorCode = XME_NO_ERROR; 103 _XMErrorCode = XME_NO_ERROR;
104 return((pane->s_count - 1)); 104 return((pane->s_count - 1));
105 } 105 }
106
107 /* arch-tag: 0161f024-c739-440d-9498-050280c6c355
108 (do not change this comment) */