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
08f17667
Commit
08f17667
authored
Nov 23, 1999
by
David Byers
Browse files
Fixed bug in kom-private-answer
parent
09eb2ce7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
08f17667
1999-11-23 David Byers <davby@ida.liu.se>
* commands1.el (lyskom-private-answer-soon): Fixed nesting bug
that caused two personal reply buffers to be created.
1999-11-23 Per Hedbor <per@idonex.se>
* services.el (initiate-create-text): Fixed support for old lyskom
servers without call 86.
...
...
src/commands1.el
View file @
08f17667
...
...
@@ -973,9 +973,9 @@ that text instead."
(
if
(
string-match
"\n"
str
)
(
lyskom-private-answer
text-stat
(
substring
str
0
(
match-beginning
0
)))
)
(
lyskom-private-answer
text-stat
""
))
(
lyskom-format-insert
'no-such-text-no
text-no
)))
0
(
match-beginning
0
)))
(
lyskom-private-answer
text-stat
""
))
(
lyskom-format-insert
'no-such-text-no
text-no
)))
)
(
defun
lyskom-private-answer
(
text-stat
subject
)
...
...
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