diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | 177c0ea74342272645959b82cf219faa0b3dba16 (patch) | |
tree | 44e22b210a9904eab25a66d12e708804b671df75 /oldXMenu/InsPane.c | |
parent | db95369be096960245dd38678f68464627698678 (diff) | |
download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.bz2 emacs-177c0ea74342272645959b82cf219faa0b3dba16.zip |
Trailing whitespace deleted.
Diffstat (limited to 'oldXMenu/InsPane.c')
-rw-r--r-- | oldXMenu/InsPane.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c index 7a0d6e3ec63..25fa3390293 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c @@ -1,6 +1,6 @@ #include "copyright.h" -/* $Header: /u/src/emacs/19.0/oldXMenu/RCS/InsPane.c,v 1.1 1992/04/11 22:10:19 jimb Exp $ */ +/* $Header: /cvs/emacs/oldXMenu/InsPane.c,v 1.1 1999/10/03 19:35:04 fx Exp $ */ /* Copyright Massachusetts Institute of Technology 1985 */ /* @@ -27,7 +27,7 @@ XMenuInsertPane(menu, p_num, label, active) register XMPane *p_ptr; /* XMPane pointer. */ register XMPane *pane; /* Newly created pane. */ register XMSelect *select; /* Initial selection for the new pane. */ - + int label_length; /* Label length in characters. */ int label_width; /* Label width in pixels. */ @@ -95,7 +95,7 @@ XMenuInsertPane(menu, p_num, label, active) emacs_insque(pane, p_ptr); /* - * Update the pane count. + * Update the pane count. */ menu->p_count++; |