Include charset.h.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:52:14 +0000 (06:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Feb 1997 06:52:14 +0000 (06:52 +0000)
commitfe0e03f37052772428635909a4ece3deb0d846f1
treea5bc591488b4f9e9fef88494716a99326acf18fb
parent6b768554054e8ab90d359bf6dd167813d3cb7fed
Include charset.h.
(Vload_source_file_function): New variable.
(Fload): Call Vload_source_file_function if defined while loading
an Emacs Lisp source file.  */
(read_multibyte): New function.
(read_escape): Handle multibyte characters.
(read1): Correct the value of size_in_chars of a bool vector.
Handle the case `?' is followed by a multibyte character.
(Vload_source_file_function): New variable.
src/lread.c