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
ef5623ef
Commit
ef5623ef
authored
Oct 08, 1994
by
Jim Blandy
Browse files
* disptab.h (window_display_table): Doc fix.
(buffer_display_table): New declaration.
parent
4f5d0c3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/disptab.h
src/disptab.h
+4
-0
No files found.
src/disptab.h
View file @
ef5623ef
...
...
@@ -28,8 +28,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define DISP_BORDER_GLYPH(dp) ((dp)->contents[261])
#define DISP_CHAR_VECTOR(dp, c) ((dp)->contents[c])
/* Defined in window.c. */
extern
struct
Lisp_Vector
*
window_display_table
();
/* Defined in indent.c. */
extern
struct
Lisp_Vector
*
buffer_display_table
();
/* Display table to use for vectors that don't specify their own. */
extern
Lisp_Object
Vstandard_display_table
;
...
...
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