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
Peter Liljenberg
lyskom-elisp-client
Commits
6a204192
Commit
6a204192
authored
Feb 04, 2007
by
Per Cederqvist
Browse files
Document the hooks that lyskom-edit-send runs.
parent
d42e9f5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
6a204192
2007-02-04 Per Cederqvist <ceder@ryttargardskyrkan.se>
* edit-text.el (lyskom-edit-send): Document the hooks that this
function runs.
2007-01-01 Ulrik Haugen <qha@lysator.liu.se>
* names.el (sv-1993): Remove empty string for 1/1.
...
...
src/edit-text.el
View file @
6a204192
...
...
@@ -460,7 +460,10 @@ to edit the message and try to send it again."
(
defun
lyskom-edit-send
(
send-function
&optional
is-anonymous
)
"Send the text to the server by calling SEND-FUNCTION.
If optional IS-ANONYMOUS is non-nil, assume that the text is being submitted
anonymously and take actions to avoid revealing the sender."
anonymously and take actions to avoid revealing the sender.
This runs `kom-send-text-hook' and (for backwards compatibility)
`lyskom-send-text-hook'."
(
condition-case
err
(
if
(
or
(
not
lyskom-edit-text-sent
)
(
j-or-n-p
(
lyskom-get-string
'already-sent
)))
...
...
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