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
b96f9fb7
Commit
b96f9fb7
authored
Mar 29, 2000
by
Ken Raeburn
Browse files
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
* emacs.c (main): Fix sense of no-loadup test.
parent
e0b8c689
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/emacs.c
src/emacs.c
+1
-1
src/scroll.c
src/scroll.c
+2
-2
No files found.
src/ChangeLog
View file @
b96f9fb7
No preview for this file type
src/emacs.c
View file @
b96f9fb7
...
@@ -1179,7 +1179,7 @@ main (argc, argv, envp)
...
@@ -1179,7 +1179,7 @@ main (argc, argv, envp)
}
}
no_loadup
no_loadup
=
!
argmatch
(
argv
,
argc
,
"-nl"
,
"--no-loadup"
,
6
,
NULL
,
&
skip_args
);
=
argmatch
(
argv
,
argc
,
"-nl"
,
"--no-loadup"
,
6
,
NULL
,
&
skip_args
);
#ifdef HAVE_X_WINDOWS
#ifdef HAVE_X_WINDOWS
...
...
src/scroll.c
View file @
b96f9fb7
...
@@ -269,7 +269,7 @@ do_scrolling (current_matrix, matrix, window_size, unchanged_at_top)
...
@@ -269,7 +269,7 @@ do_scrolling (current_matrix, matrix, window_size, unchanged_at_top)
for
(
k
=
0
;
k
<
window_size
;
++
k
)
for
(
k
=
0
;
k
<
window_size
;
++
k
)
copy_from
[
k
]
=
-
1
;
copy_from
[
k
]
=
-
1
;
#define CHECK
\
#define CHECK
_BOUNDS
\
do \
do \
{ \
{ \
int k; \
int k; \
...
@@ -326,7 +326,7 @@ do_scrolling (current_matrix, matrix, window_size, unchanged_at_top)
...
@@ -326,7 +326,7 @@ do_scrolling (current_matrix, matrix, window_size, unchanged_at_top)
retained_p
[
j
]
=
1
;
retained_p
[
j
]
=
1
;
#if GLYPH_DEBUG
#if GLYPH_DEBUG
CHECK
;
CHECK
_BOUNDS
;
#endif
#endif
}
}
}
}
...
...
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