Changeset 3686 for branches/2.2/oldXMenu/ChgSel.c
- Timestamp:
- 04/10/05 22:20:52 (4 years ago)
- Files:
-
- branches/2.2/oldXMenu/ChgSel.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/oldXMenu/ChgSel.c
r3207 r3686 1 1 #include "copyright.h" 2 2 3 /* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgSel.c,v 1.1 1999/10/03 19:34:54 fx Exp $ */4 3 /* Copyright Massachusetts Institute of Technology 1985 */ 5 4 … … 29 28 register XMPane *p_ptr; /* XMPane pointer. */ 30 29 register XMSelect *s_ptr; /* XMSelect pointer. */ 31 30 32 31 int label_length; /* Label length in characters. */ 33 32 int label_width; /* Label width in pixels. */ … … 87 86 return(s_num); 88 87 } 88 89 /* arch-tag: 229732a6-46bf-4a3a-ad90-3d8ed65c0841 90 (do not change this comment) */
