]> code.delx.au - gnu-emacs/blobdiff - src/category.h
* xdisp.c (Fcurrent_bidi_paragraph_direction): Simplify slightly; this
[gnu-emacs] / src / category.h
index 16b31da0819bb1a50260fb54cdb1b912b48028fe..b279f3d9c59c88cdc3c6583689e5e81be6e4804e 100644 (file)
@@ -91,7 +91,7 @@ extern Lisp_Object _temp_category_set;
 
 /* The standard category table is stored where it will automatically
    be used in all new buffers.  */
-#define Vstandard_category_table B_ (&buffer_defaults, category_table)
+#define Vstandard_category_table BVAR (&buffer_defaults, category_table)
 
 /* Return the category set of character C in the current category table.  */
 #define CATEGORY_SET(c) char_category_set (c)