Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74f54b54
Commit
74f54b54
authored
Apr 07, 1998
by
Stephen Eglen
Browse files
next-screen-context-lines is an integer, not boolean.
parent
28a3f811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/cus-start.el
lisp/cus-start.el
+1
-1
No files found.
lisp/cus-start.el
View file @
74f54b54
...
...
@@ -175,7 +175,7 @@
(
same-window-buffer-names
windows
(
repeat
(
string
:format
"%v"
)))
(
same-window-regexps
windows
(
repeat
(
regexp
:format
"%v"
)))
(
pop-up-windows
windows
boolean
)
(
next-screen-context-lines
windows
boolean
)
(
next-screen-context-lines
windows
integer
)
(
split-height-threshold
windows
integer
)
(
window-min-height
windows
integer
)
(
window-min-width
windows
integer
)
...
...
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