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
5931327a
Commit
5931327a
authored
Apr 26, 2005
by
Richard M. Stallman
Browse files
(Fvertical_motion): Undo previous change.
parent
c25eec81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/indent.c
src/indent.c
+0
-7
No files found.
src/indent.c
View file @
5931327a
...
...
@@ -65,8 +65,6 @@ static double position_indentation P_ ((int));
int
current_column_bol_cache
;
extern
Lisp_Object
Qfontification_functions
;
/* Get the display table to use for the current buffer. */
struct
Lisp_Char_Table
*
...
...
@@ -2049,7 +2047,6 @@ whether or not it is currently displayed in some window. */)
struct
window
*
w
;
Lisp_Object
old_buffer
;
struct
gcpro
gcpro1
;
int
count
=
SPECPDL_INDEX
();
CHECK_NUMBER
(
lines
);
if
(
!
NILP
(
window
))
...
...
@@ -2067,9 +2064,6 @@ whether or not it is currently displayed in some window. */)
XSETBUFFER
(
w
->
buffer
,
current_buffer
);
}
/* Don't fontify text that we just move across. */
specbind
(
Qfontification_functions
,
Qnil
);
if
(
noninteractive
)
{
struct
position
pos
;
...
...
@@ -2115,7 +2109,6 @@ whether or not it is currently displayed in some window. */)
if
(
BUFFERP
(
old_buffer
))
w
->
buffer
=
old_buffer
;
unbind_to
(
count
,
Qnil
);
RETURN_UNGCPRO
(
make_number
(
it
.
vpos
));
}
...
...
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