From: Kenichi Handa Date: Wed, 28 Jan 1998 12:37:25 +0000 (+0000) Subject: (syms_of_data): Register multibyte-string-p as a Lisp X-Git-Tag: emacs-20.3~2281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f56470d73b8ddc7e38d73f8a936848b638eb825;p=emacs.git (syms_of_data): Register multibyte-string-p as a Lisp function. --- diff --git a/src/data.c b/src/data.c index b9f440c93aa..4537e649b7f 100644 --- a/src/data.c +++ b/src/data.c @@ -2757,6 +2757,7 @@ syms_of_data () defsubr (&Snatnump); defsubr (&Ssymbolp); defsubr (&Sstringp); + defsubr (&Smultibyte_string_p); defsubr (&Svectorp); defsubr (&Schar_table_p); defsubr (&Svector_or_char_table_p);