Line 0
Link Here
|
|
|
1 |
Index: src/mule-coding.c |
2 |
=================================================================== |
3 |
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/mule-coding.c,v |
4 |
retrieving revision 1.35 |
5 |
retrieving revision 1.36 |
6 |
diff -u -r1.35 -r1.36 |
7 |
--- src/mule-coding.c 2005/06/19 21:08:31 1.35 |
8 |
+++ src/mule-coding.c 2005/11/22 07:19:32 1.36 |
9 |
@@ -2643,10 +2643,10 @@ |
10 |
write_c_string (printcharfun, "(force)"); |
11 |
} |
12 |
|
13 |
-#define FROB(prop) \ |
14 |
- if (!NILP (iso2022_getprop (cs, prop))) \ |
15 |
- { \ |
16 |
- write_fmt_string (printcharfun, ", %s", prop); \ |
17 |
+#define FROB(prop) \ |
18 |
+ if (!NILP (iso2022_getprop (cs, prop))) \ |
19 |
+ { \ |
20 |
+ write_fmt_string_lisp (printcharfun, ", %s", 1, prop); \ |
21 |
} |
22 |
|
23 |
FROB (Qshort); |