From 1a182119e39ae4ce2f2dab91bc84cc985eb43db2 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Nov 2008 07:59:11 +0000 Subject: [PATCH] (SET_CATEGORY_SET): Call set_category_set. (set_category_set): Extern it. --- src/category.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/category.h b/src/category.h index 7517be6d537..aebc0bb4d76 100644 --- a/src/category.h +++ b/src/category.h @@ -70,7 +70,7 @@ along with GNU Emacs. If not, see . */ /* Make CATEGORY_SET includes (if VAL is t) or excludes (if VAL is nil) CATEGORY. */ #define SET_CATEGORY_SET(category_set, category, val) \ - (Faset (category_set, category, val)) + (set_category_set (category_set, category, val)) #define CHECK_CATEGORY_SET(x) \ CHECK_TYPE (CATEGORY_SET_P (x), Qcategorysetp, x) @@ -114,6 +114,7 @@ extern Lisp_Object _temp_category_set; && word_boundary_p (c1, c2)) extern int word_boundary_p P_ ((int, int)); +extern void set_category_set P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); /* arch-tag: 309dfe83-c3e2-4d22-8e81-faae5aece0ff (do not change this comment) */ -- 2.39.2