]> git.eshelyaron.com Git - emacs.git/commitdiff
* disptab.h (window_display_table): Doc fix.
authorJim Blandy <jimb@redhat.com>
Sat, 8 Oct 1994 22:13:44 +0000 (22:13 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 8 Oct 1994 22:13:44 +0000 (22:13 +0000)
(buffer_display_table): New declaration.

src/disptab.h

index 206e3c78c70060d419ae8d88568cb1f9ac9b96b2..649b58cf310bd6ee454f291a1e4863228a2dd984 100644 (file)
@@ -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;