diff options
| author | Paul Eggert | 2011-04-15 00:48:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-15 00:48:51 -0700 |
| commit | 4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9 (patch) | |
| tree | e993b231bb5555c9c961f5d0b20d90ac76f77bbd /src/indent.c | |
| parent | 1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (diff) | |
| parent | 49093f601b69d91126aefd328ee8f6bfeb797407 (diff) | |
| download | emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.tar.gz emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.zip | |
Merge from mainline.
Diffstat (limited to 'src/indent.c')
| -rw-r--r-- | src/indent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indent.c b/src/indent.c index 8732b2ca5cc..0bfe2e61ca6 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -1044,7 +1044,7 @@ The return value is the current column. */) | |||
| 1044 | 1044 | ||
| 1045 | /* compute_motion: compute buffer posn given screen posn and vice versa */ | 1045 | /* compute_motion: compute buffer posn given screen posn and vice versa */ |
| 1046 | 1046 | ||
| 1047 | struct position val_compute_motion; | 1047 | static struct position val_compute_motion; |
| 1048 | 1048 | ||
| 1049 | /* Scan the current buffer forward from offset FROM, pretending that | 1049 | /* Scan the current buffer forward from offset FROM, pretending that |
| 1050 | this is at line FROMVPOS, column FROMHPOS, until reaching buffer | 1050 | 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. */) | |||
| 1818 | 1818 | ||
| 1819 | /* Fvertical_motion and vmotion */ | 1819 | /* Fvertical_motion and vmotion */ |
| 1820 | 1820 | ||
| 1821 | struct position val_vmotion; | 1821 | static struct position val_vmotion; |
| 1822 | 1822 | ||
| 1823 | struct position * | 1823 | struct position * |
| 1824 | vmotion (register EMACS_INT from, register EMACS_INT vtarget, struct window *w) | 1824 | vmotion (register EMACS_INT from, register EMACS_INT vtarget, struct window *w) |