(Fcoding_system_p): Return t for auto-loading coding system.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-10-08 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* coding.c (Fcoding_system_p): Return t for auto-loading coding
|
||||
system.
|
||||
|
||||
2003-10-07 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* coding.c (Qcoding_system_define_form): New variable.
|
||||
|
||||
@@ -6333,6 +6333,8 @@ about coding-system objects. */)
|
||||
return Qt;
|
||||
if (!SYMBOLP (obj))
|
||||
return Qnil;
|
||||
if (! NILP (Fget (obj, Qcoding_system_define_form)))
|
||||
return Qt;
|
||||
/* Get coding-spec vector for OBJ. */
|
||||
obj = Fget (obj, Qcoding_system);
|
||||
return ((VECTORP (obj) && XVECTOR (obj)->size == 5)
|
||||
|
||||
Reference in New Issue
Block a user