Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
78131dbb
Commit
78131dbb
authored
May 08, 2002
by
David Byers
Browse files
Fix bug 516: incorrect menu separators in XEmacs
parent
43d0037b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
78131dbb
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.
...
...
src/menus.el
View file @
78131dbb
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment