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
ae474ea9
Commit
ae474ea9
authored
Oct 11, 1994
by
Jim Blandy
Browse files
(display_scan_buffer): Pass the correct number of arguments to
scan_buffer.
parent
0d548e5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/xdisp.c
View file @
ae474ea9
...
@@ -3282,7 +3282,7 @@ display_scan_buffer (start, count, shortage)
...
@@ -3282,7 +3282,7 @@ display_scan_buffer (start, count, shortage)
check only for newlines. */
check only for newlines. */
if
(
!
(
!
NILP
(
current_buffer
->
selective_display
)
if
(
!
(
!
NILP
(
current_buffer
->
selective_display
)
&&
!
INTEGERP
(
current_buffer
->
selective_display
)))
&&
!
INTEGERP
(
current_buffer
->
selective_display
)))
return
scan_buffer
(
'\n'
,
start
,
count
,
shortage
,
0
);
return
scan_buffer
(
'\n'
,
start
,
0
,
count
,
shortage
,
0
);
/* The code that follows is like scan_buffer
/* The code that follows is like scan_buffer
but checks for either newline or carriage return. */
but checks for either newline or carriage return. */
...
...
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