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
982b9ab7
Commit
982b9ab7
authored
Sep 21, 1995
by
Linus Tolke
Browse files
Disabla updelningen av initiate-get-map
parent
cece1909
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/services.el
View file @
982b9ab7
...
...
@@ -368,8 +368,8 @@ Args: KOM-QUEUE HANDLER COMMENT-TEXT-NO TEXT-NO &rest DATA."
(
lyskom-format-objects
33
comment-text-no
text-no
)))
(
defun
lyskom-do-
initiate-get-map
(
kom-queue
handler
conf-no
first-local
no-of-texts
data-list
)
(
defun
initiate-get-map
(
kom-queue
handler
conf-no
first-local
no-of-texts
&rest
data-list
)
"Get mapping from local to global text-nos for CONF-NO from server.
Args: KOM-QUEUE HANDLER CONF-NO FIRST-LOCAL NO-OF-TEXTS DATA-LIST.
Use initiate-get-map instead. This function has severe performance losses
...
...
@@ -380,7 +380,7 @@ with big maps."
(
lyskom-format-objects
34
conf-no
first-local
no-of-texts
)))
(
defun
initiate-get-map
(
kom-queue
handler
conf-no
first-local
(
defun
z-
initiate-get-map
(
kom-queue
handler
conf-no
first-local
no-of-texts
&rest
data
)
"Get mapping from local to global text-nos for CONF-NO from server.
Args: KOM-QUEUE HANDLER CONF-NO FIRST-LOCAL NO-OF-TEXTS &rest DATA.
...
...
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