Show
Ignore:
Timestamp:
04/10/05 22:20:52 (4 years ago)
Author:
miyoshi
Message:

* msdos: Sync up with Emacs CVS HEAD.

* notes: New directory from Emacs CVS HEAD.

* oldXMenu: Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/oldXMenu/ChgSel.c

    r3207 r3686  
    11#include "copyright.h" 
    22 
    3 /* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgSel.c,v 1.1 1999/10/03 19:34:54 fx Exp $ */ 
    43/* Copyright    Massachusetts Institute of Technology    1985   */ 
    54 
     
    2928    register XMPane *p_ptr;     /* XMPane pointer. */ 
    3029    register XMSelect *s_ptr;   /* XMSelect pointer. */ 
    31      
     30 
    3231    int label_length;           /* Label length in characters. */ 
    3332    int label_width;            /* Label width in pixels. */ 
     
    8786    return(s_num); 
    8887} 
     88 
     89/* arch-tag: 229732a6-46bf-4a3a-ad90-3d8ed65c0841 
     90   (do not change this comment) */