(Fset_time_zone_rule): Move static var environbuf
authorKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 16:58:55 +0000 (16:58 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 21 Dec 1995 16:58:55 +0000 (16:58 +0000)
commit260e2e2a337a5f91ac889359992a1ab95dde8b78
treec7a0daa73e3b126f12ee41614eba9709e9ddd187
parent62380da21ca070a3bba2502909da5e0f873bb14a
(Fset_time_zone_rule): Move static var environbuf
to top level.
(syms_of_editfns): Initialize environbuf explicitly.

(Vbuffer_access_fontified_property): New variable.
(syms_of_editfns): Set up Lisp var.
(make_buffer_string): Don't call the Vbuffer_access_fontify_functions
if the text is already fontified.
(Fbuffer_string): Pas 1 for PROPS arg.
(update_buffer_properties): New subroutine.
(Finsert_buffer_substring): Use update_buffer_properties.

(make_buffer_string): New arg PROPS.
(Fbuffer_string, Fbuffer_substring): Pass new arg.
(Fbuffer_substring_no_properties): New function.
(syms_of_editfns): defsubr it.
(Vbuffer_access_fontify_functions): New variable.
(Qbuffer_access_fontify_functions): New variable.
(syms_of_editfns): Set up Lisp variable, initialize them.
(make_buffer_string): Run this new hook.
src/editfns.c