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
climacs
climacs
Commits
9ba9d1d4
Commit
9ba9d1d4
authored
Jul 21, 2006
by
Troels Henriksen
Browse files
Explicitly use the `stream-default-view' function in the CLIM
package. This fix is indicative of a larger problem.
parent
eecd573e
Changes
1
Hide whitespace changes
Inline
Side-by-side
editing.lisp
View file @
9ba9d1d4
...
...
@@ -303,7 +303,7 @@
"Indent all lines in the region delimited by `mark1' and `mark2'
according to the rules of the active syntax in `pane'."
(
let*
((
buffer
(
buffer
pane
))
(
view
(
stream-default-view
pane
))
(
view
(
clim:
stream-default-view
pane
))
(
tab-space-count
(
tab-space-count
view
))
(
tab-width
(
and
(
indent-tabs-mode
buffer
)
tab-space-count
))
...
...
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