From 78131dbb5352f0770a7115afa8906e7abd39d21f Mon Sep 17 00:00:00 2001
From: David Byers <david.byers@liu.se>
Date: Wed, 8 May 2002 20:08:21 +0000
Subject: [PATCH] Fix bug 516: incorrect menu separators in XEmacs

---
 src/ChangeLog | 4 ++++
 src/menus.el  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index f3fbb0f5..6ede1b88 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
 2002-05-08  David Byers  <david.byers@swipnet.se>
 
+	Bug 516:
+	* menus.el (lyskom-define-menu-xemacs): Handle hline items in the
+	menu specification according to what works in XEmcas 21.4.
+
 	Automatic color selection for highlight colors:
 	* compatibility.el (lyskom-color-values): Smarter definition that
 	can handle both strings and specifiers in XEmacs.
diff --git a/src/menus.el b/src/menus.el
index cfcab3fb..90df0454 100644
--- a/src/menus.el
+++ b/src/menus.el
@@ -185,7 +185,7 @@
                                        ':active
                                        t))
                              ((eq (car item) 'hline)
-                              (vector "--:shadowEtchedIn" nil ':active nil) )
+                              "--:shadowEtchedIn")
                              ((eq (car item) 'menu)
                               (lyskom-define-menu-xemacs item))
                              (t
-- 
GitLab