emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src category.h


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src category.h
Date: Thu, 27 Nov 2008 07:59:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/11/27 07:59:11

Modified files:
        src            : category.h 

Log message:
        (SET_CATEGORY_SET): Call set_category_set.
        (set_category_set): Extern it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/category.h?cvsroot=emacs&r1=1.25&r2=1.26

Patches:
Index: category.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/category.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- category.h  15 May 2008 03:24:57 -0000      1.25
+++ category.h  27 Nov 2008 07:59:11 -0000      1.26
@@ -70,7 +70,7 @@
 /* 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 @@
    && 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) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]