]> git.eshelyaron.com Git - emacs.git/commitdiff
(lw_separator_p): Init separator_p (bug with "-- some text").
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 30 Sep 2000 17:03:27 +0000 (17:03 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 30 Sep 2000 17:03:27 +0000 (17:03 +0000)
lwlib/ChangeLog
lwlib/lwlib.c

index 53e30d14f81ed1bfd39fe0b18cbc2bef309f739b..d0a909c241fc73ce424053a6d82b24a4976e5d46 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * lwlib.c (lw_separator_p): Init separator_p (bug with "-- some text").
+
 2000-09-28  Sam Steingold  <sds@gnu.org>
 
        * xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41
index eb0804a480e4d5a22f27f23bbbc84f83dffd58e2..81ab8d5d2c7b755c007955095f12c34275dd2989 100644 (file)
@@ -1485,7 +1485,7 @@ lw_separator_p (label, type, motif_p)
      enum menu_separator *type;
      int motif_p;
 {
-  int separator_p;
+  int separator_p = 0;
 
   if (strlen (label) >= 3
       && bcmp (label, "--:", 3) == 0)