]> git.eshelyaron.com Git - emacs.git/commit
(readevalloop): New arg UNIBYTE. Callers changed.
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Apr 1998 07:09:58 +0000 (07:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Apr 1998 07:09:58 +0000 (07:09 +0000)
commit94e554db23127711644cf24e4b625c7d197fd075
treec493cd6f45c08c0d5a7484e4ffe8006b50a0559a
parent7e79b8e08ddba0ad1080eb1edd6bad679be3b975
(readevalloop): New arg UNIBYTE.  Callers changed.
Use it to bind load_convert_to_unibyte.
(Feval_buffer): New arg UNIBYTE.  Pass it to readevalloop.
(readevalloop_1): New unwind-protect subroutine.
(load_convert_to_unibyte): New variable.
(syms_of_lread): Set up Lisp var.
(read1): If load_convert_to_unibyte, convert strings to unibyte.
src/lread.c