summaryrefslogtreecommitdiff
path: root/oldXMenu/InsPane.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commitef393e7645961c61ff1e776d67d3c3b9f494bc49 (patch)
tree1471dfc50643fdc560d1c94fff6318482fa8876b /oldXMenu/InsPane.c
parent270af5640a046aab319b9988fc29f41a47681f92 (diff)
downloademacs-ef393e7645961c61ff1e776d67d3c3b9f494bc49.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'oldXMenu/InsPane.c')
-rw-r--r--oldXMenu/InsPane.c6
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++;