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
9306c32e
Commit
9306c32e
authored
Apr 13, 2011
by
Paul Eggert
Browse files
* indent.c (val_compute_motion, val_vmotion): Now static.
parent
cd44d2eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/indent.c
src/indent.c
+2
-2
No files found.
src/ChangeLog
View file @
9306c32e
2011-04-13 Paul Eggert <eggert@cs.ucla.edu>
* indent.c (val_compute_motion, val_vmotion): Now static.
* image.c: Make symbols static if they're not exported.
* dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
if USE_GTK.
...
...
src/indent.c
View file @
9306c32e
...
...
@@ -1044,7 +1044,7 @@ The return value is the current column. */)
/* compute_motion: compute buffer posn given screen posn and vice versa */
struct
position
val_compute_motion
;
static
struct
position
val_compute_motion
;
/* Scan the current buffer forward from offset FROM, pretending that
this is at line FROMVPOS, column FROMHPOS, until reaching buffer
...
...
@@ -1818,7 +1818,7 @@ visible section of the buffer, and pass LINE and COL as TOPOS. */)
/* Fvertical_motion and vmotion */
struct
position
val_vmotion
;
static
struct
position
val_vmotion
;
struct
position
*
vmotion
(
register
EMACS_INT
from
,
register
EMACS_INT
vtarget
,
struct
window
*
w
)
...
...
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