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
55cb0063
Commit
55cb0063
authored
May 09, 2001
by
David Byers
Browse files
Fix bug in lyskom-write-comment
parent
d6525517
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
55cb0063
2001-05-09 David Byers <davby@ida.liu.se>
* ChangeLog: Set language environment.
* commands2.el (lyskom-display-help-item): Fixed compiler warning.
* commands1.el (lyskom-write-comment): Don't reverse the order of
recipients when commenting.
2001-05-08 Per Cederqvist <ceder@moria>
* TODO: Change all occurances of "x-kom/basic" to
...
...
@@ -4295,4 +4304,5 @@ Sun Oct 12 00:39:47 1997 David Byers <davby@litefix.ida.liu.se>
Local Variables:
outline-regexp:"M\\|T\\|W\\|F\\|S\\|\t\\\*"
eval: (ispell-change-dictionary "british")
eval: (set-language-environment 'Latin-1)
End:
src/commands1.el
View file @
55cb0063
...
...
@@ -882,8 +882,13 @@ The default subject is SUBJECT. TYPE is either 'comment or 'footnote."
(
misc-info->recipient-no
misc-info
))
data
))))))
(
text-stat->misc-info-list
text-stat
))
(
lyskom-comment-recipients
data
lyskom-proc
text-stat
subject
type
ccrep
bccrep
)))))
(
lyskom-comment-recipients
(
nreverse
data
)
lyskom-proc
text-stat
subject
type
(
nreverse
ccrep
)
(
nreverse
bccrep
))))))
(
defun
lyskom-comment-recipients
(
data
lyskom-proc
text-stat
...
...
src/commands2.el
View file @
55cb0063
...
...
@@ -2499,4 +2499,4 @@
(
let
((
category
(
elt
item
1
))
(
flags
(
and
(
>
(
length
item
)
2
)
(
elt
item
2
))))
(
lyskom-display-help-category
(
elt
item
1
)
flags
))))))
(
lyskom-display-help-category
category
flags
))))))
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