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
a810b1e4
Commit
a810b1e4
authored
Oct 25, 1999
by
David Byers
Browse files
Use buffer-string in a more portable way in lyskom-protocol-error
parent
ee3f3258
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parse.el
View file @
a810b1e4
...
...
@@ -1153,7 +1153,9 @@ functions and variables that are connected with the lyskom-buffer."
(
let*
((
buffer
(
generate-new-buffer
" *Backtrace*"
))
(
standard-output
buffer
))
(
backtrace
)
(
prog1
(
buffer-string
nil
nil
buffer
)
(
prog1
(
save-excursion
(
set-buffer
buffer
)
(
buffer-string
))
(
kill-buffer
buffer
)))
(
lyskom-string-to-parse
))
lyskom-backtrace-list
))
...
...
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