projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab4dde9
)
(simplify_char_spec): Use Fdefine_char instead of Ffind_char for
author
tomo
<tomo>
Fri, 27 Aug 2004 16:30:29 +0000
(16:30 +0000)
committer
tomo
<tomo>
Fri, 27 Aug 2004 16:30:29 +0000
(16:30 +0000)
char-spec.
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index
616897b
..
29ef8fa
100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-3834,7
+3834,11
@@
simplify_char_spec (Lisp_Object char_spec)
return Fdecode_char (Qmap_ucs, char_spec, Qnil, Qnil);
else
{
+#if 0
Lisp_Object ret = Ffind_char (char_spec);
+#else
+ Lisp_Object ret = Fdefine_char (char_spec);
+#endif
if (CHARP (ret))
return ret;