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
3cc53d81
Commit
3cc53d81
authored
Jan 04, 2002
by
David Kågedal
Browse files
Updated so that it works with newer emacs
parent
90993065
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/perf.el
View file @
3cc53d81
...
...
@@ -179,7 +179,7 @@ most lyskom-max-pending-calls are sent to the server at the same time."
(int-to-string lyskom-number-of-pending-calls))
(lyskom-process-send-string
lyskom-proc
(concat (car entry) (cdr entry) "
\n
"))
(concat
(number-to-string
(car entry)
)
(cdr entry) "
\n
"))
(++ lyskom-prof-sent)
(fields-replace lyskom-prof-fields 'sent
(int-to-string lyskom-prof-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