Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
climacs
climacs
Commits
358021a5
Commit
358021a5
authored
Jan 24, 2008
by
Troels Henriksen
Browse files
Don't permit undoing the initial file load.
parent
4feb284e
Changes
1
Hide whitespace changes
Inline
Side-by-side
io.lisp
View file @
358021a5
...
...
@@ -62,4 +62,5 @@ the buffer `buffer' and the filepath `filepath'."
(
defmethod
frame-make-buffer-from-stream
((
application-frame
climacs
)
stream
)
(
let*
((
buffer
(
make-new-buffer
)))
(
input-from-stream
stream
buffer
0
)
(
clear-undo-history
buffer
)
buffer
))
Write
Preview
Markdown
is supported
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