aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.h
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:48:35 +0000
committerMiles Bader2007-08-13 13:48:35 +0000
commitb2e6b10fe2d40020a75ab0025af98a4abf339cd2 (patch)
treedb265e5ea93cdc13f8e3b54ed5c7ad2869d50ec9 /src/composite.h
parent905350bef3ebc514a418658dd155c1d062664b56 (diff)
parent37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (diff)
downloademacs-b2e6b10fe2d40020a75ab0025af98a4abf339cd2.tar.gz
emacs-b2e6b10fe2d40020a75ab0025af98a4abf339cd2.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
Diffstat (limited to 'src/composite.h')
-rw-r--r--src/composite.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.h b/src/composite.h
index 4eb9276cd7a..5a426826bcc 100644
--- a/src/composite.h
+++ b/src/composite.h
@@ -61,7 +61,7 @@ enum composition_method {
61/* Temporary variable used only in the following macros. */ 61/* Temporary variable used only in the following macros. */
62extern Lisp_Object composition_temp; 62extern Lisp_Object composition_temp;
63 63
64/* Return 1 iff the composition is already registered. */ 64/* Return 1 if the composition is already registered. */
65#define COMPOSITION_REGISTERD_P(prop) INTEGERP (XCAR (prop)) 65#define COMPOSITION_REGISTERD_P(prop) INTEGERP (XCAR (prop))
66 66
67/* Return ID number of the already registered composition. */ 67/* Return ID number of the already registered composition. */
@@ -96,7 +96,7 @@ extern Lisp_Object composition_temp;
96 ? COMPOSITION_WITH_ALTCHARS \ 96 ? COMPOSITION_WITH_ALTCHARS \
97 : COMPOSITION_WITH_RULE_ALTCHARS)))) 97 : COMPOSITION_WITH_RULE_ALTCHARS))))
98 98
99/* Return 1 iff the composition is valid. It is valid if length of 99/* Return 1 if the composition is valid. It is valid if length of
100 the composition equals to (END - START). */ 100 the composition equals to (END - START). */
101#define COMPOSITION_VALID_P(start, end, prop) \ 101#define COMPOSITION_VALID_P(start, end, prop) \
102 (CONSP (prop) \ 102 (CONSP (prop) \