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
09eb2ce7
Commit
09eb2ce7
authored
Nov 23, 1999
by
Per Hedbor
Browse files
Fixed support for old lyskom servers without call 86
parent
00342a39
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
09eb2ce7
1999-11-23 Per Hedbor <per@idonex.se>
* services.el (initiate-create-text): Fixed support for old lyskom
servers without call 86.
1999-11-22 David Byers <davby@ida.liu.se>
* completing-read.el (lyskom-complete-string): Use character space
...
...
src/services.el
View file @
09eb2ce7
...
...
@@ -451,7 +451,9 @@ MESSAGE is a string. MISC-LIST should be created by lyskom-create-misc-list."
misc-list
(
cons
'LIST
aux-items
)))
(
lyskom-send-packet
kom-queue
(
lyskom-format-objects
28
message
misc-list
)))))
(
lyskom-format-objects
28
(
cons
'STRING
message
)
misc-list
)))))
(
defun
initiate-delete-text
(
kom-queue
handler
text-no
&rest
data
)
...
...
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