Skip to content
GitLab
Menu
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
ce524e97
Commit
ce524e97
authored
Mar 12, 1998
by
David Kågedal
Browse files
* menus.el (lyskom-do-popup-menu): Tog bort ett extra nreverse.
* compatibility.el: La till edebug-hint för lyskom-xemeacs-or-gnu.
parent
e865f84a
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
ce524e97
Thu Mar 12 19:51:06 1998 David Kagedal <davidk@lysator.liu.se>
* menus.el (lyskom-do-popup-menu): Tog bort ett extra nreverse.
Mon Feb 23 22:41:38 1998 David Kgedal <davidk@lysator.liu.se>
* vars.el.in (lyskom-face-schemes): Det stod fel i kom-mark-face i
...
...
src/compatibility.el
View file @
ce524e97
...
...
@@ -132,6 +132,7 @@ of the lyskom-provide-* functions instead."
(
,
xemacs-form
)
(
,
gnu-form
))))
(
put
'lyskom-xemacs-or-gnu
'edebug-form-spec
'
(
form
form
))
;;; ======================================================================
;;; ======================================================================
...
...
src/menus.el
View file @
ce524e97
...
...
@@ -270,7 +270,7 @@
(
apply
(
car
(
car
result
))
(
cdr
(
car
result
))))
((
commandp
(
car
result
))
(
call-interactively
(
car
(
nreverse
result
)))
)
(
call-interactively
(
car
result
)))
((
functionp
(
car
result
))
(
funcall
(
car
result
)))
(
t
nil
)))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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