aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.h
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:41:28 +0000
committerMiles Bader2007-08-13 13:41:28 +0000
commit37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch)
tree7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/composite.h
parent031b6333283be57d971e557b83da31c6be937b0a (diff)
parent9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff)
downloademacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz
emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
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 5dc8dde62e2..ba8f8c84104 100644
--- a/src/composite.h
+++ b/src/composite.h
@@ -56,7 +56,7 @@ enum composition_method {
56/* Temporary variable used only in the following macros. */ 56/* Temporary variable used only in the following macros. */
57extern Lisp_Object composition_temp; 57extern Lisp_Object composition_temp;
58 58
59/* Return 1 iff the composition is already registered. */ 59/* Return 1 if the composition is already registered. */
60#define COMPOSITION_REGISTERD_P(prop) INTEGERP (XCAR (prop)) 60#define COMPOSITION_REGISTERD_P(prop) INTEGERP (XCAR (prop))
61 61
62/* Return ID number of the already registered composition. */ 62/* Return ID number of the already registered composition. */
@@ -91,7 +91,7 @@ extern Lisp_Object composition_temp;
91 ? COMPOSITION_WITH_ALTCHARS \ 91 ? COMPOSITION_WITH_ALTCHARS \
92 : COMPOSITION_WITH_RULE_ALTCHARS)))) 92 : COMPOSITION_WITH_RULE_ALTCHARS))))
93 93
94/* Return 1 iff the composition is valid. It is valid if length of 94/* Return 1 if the composition is valid. It is valid if length of
95 the composition equals to (END - START). */ 95 the composition equals to (END - START). */
96#define COMPOSITION_VALID_P(start, end, prop) \ 96#define COMPOSITION_VALID_P(start, end, prop) \
97 (CONSP (prop) \ 97 (CONSP (prop) \