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
Peter Liljenberg
lyskom-elisp-client
Commits
8bea0097
Commit
8bea0097
authored
Jan 13, 2002
by
David Kågedal
Browse files
Fixed bug 382
parent
fd0fa842
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
8bea0097
2002-01-13 David Kågedal <davidk@lysator.liu.se>
* commands1.el (lyskom-misc-infos-from-list): Make sure that the
result is correctly ordered.
2002-01-08 Per Cederqvist <ceder@lysator.liu.se>
* vars.el.in (kom-server-aliases): Change HelKOM to HesaKOM, as
...
...
src/commands1.el
View file @
8bea0097
...
...
@@ -348,7 +348,7 @@ as TYPE. If no such misc-info, return NIL"
(
when
(
equal
type
(
misc-info->type
(
car
list
)))
(
setq
result
(
cons
(
car
list
)
result
)))
(
setq
list
(
cdr
list
)))
result
))
(
nreverse
result
))
)
;;; ================================================================
...
...
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