diff src/specifier.c @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 8eaf7971accc
children 3d6bfa290dbd
line wrap: on
line diff
--- a/src/specifier.c	Mon Aug 13 09:49:11 2007 +0200
+++ b/src/specifier.c	Mon Aug 13 09:50:14 2007 +0200
@@ -2889,7 +2889,7 @@
 }
 
 DEFUN ("display-table-specifier-p", Fdisplay_table_specifier_p, 1, 1, 0, /*
-Return non-nil if OBJECT is an display-table specifier.
+Return non-nil if OBJECT is a display-table specifier.
 */
        (object))
 {
@@ -2958,6 +2958,7 @@
   DEFSUBR (Finteger_specifier_p);
   DEFSUBR (Fnatnum_specifier_p);
   DEFSUBR (Fboolean_specifier_p);
+  DEFSUBR (Fdisplay_table_specifier_p);
 
   /* Symbols pertaining to specifier creation.  Specifiers are created
      in the syms_of() functions. */
@@ -2997,8 +2998,7 @@
 
   SPECIFIER_HAS_METHOD (boolean, validate);
 
-  INITIALIZE_SPECIFIER_TYPE (display_table, "display-table",
-			     "display-table-p");
+  INITIALIZE_SPECIFIER_TYPE (display_table, "display-table", "display-table-p");
 
   SPECIFIER_HAS_METHOD (display_table, validate);
 }