aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorKenichi Handa1998-01-28 12:37:25 +0000
committerKenichi Handa1998-01-28 12:37:25 +0000
commit0f56470d73b8ddc7e38d73f8a936848b638eb825 (patch)
treef6829e471fec45f9585335c1cb439c105b6b590c /src/data.c
parent4996330bfb44680cb2b10c42b6d81387fb65c993 (diff)
downloademacs-0f56470d73b8ddc7e38d73f8a936848b638eb825.tar.gz
emacs-0f56470d73b8ddc7e38d73f8a936848b638eb825.zip
(syms_of_data): Register multibyte-string-p as a Lisp
function.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c1
1 files changed, 1 insertions, 0 deletions
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 ()
2757 defsubr (&Snatnump); 2757 defsubr (&Snatnump);
2758 defsubr (&Ssymbolp); 2758 defsubr (&Ssymbolp);
2759 defsubr (&Sstringp); 2759 defsubr (&Sstringp);
2760 defsubr (&Smultibyte_string_p);
2760 defsubr (&Svectorp); 2761 defsubr (&Svectorp);
2761 defsubr (&Schar_table_p); 2762 defsubr (&Schar_table_p);
2762 defsubr (&Svector_or_char_table_p); 2763 defsubr (&Svector_or_char_table_p);