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
63dec5bd
Commit
63dec5bd
authored
Oct 08, 1994
by
Jim Blandy
Browse files
* indent.h (disptab_matches_widthtab, recompute_width_table): New
declarations.
parent
0aa01123
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/indent.h
src/indent.h
+12
-0
No files found.
src/indent.h
View file @
63dec5bd
...
...
@@ -32,3 +32,15 @@ struct position *vmotion ();
/* Value of point when current_column was called */
extern
int
last_known_column_point
;
/* Functions for dealing with the column cache. */
/* Return true iff the display table DISPTAB specifies the same widths
for characters as WIDTHTAB. We use this to decide when to
invalidate the buffer's column_cache. */
extern
int
disptab_matches_widthtab
(
/* struct Lisp_Vector *disptab,
struct Lisp_Vector *widthtab */
);
/* Recompute BUF's width table, using the display table DISPTAB. */
extern
void
recompute_width_table
(
/* struct buffer *buf,
struct Lisp_Vector *disptab */
);
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