# HG changeset patch # User Karl Heuer # Date 821230700 0 # Node ID edc94b82c3b3c42d1f7574a8ab4a9a33a10a49a2 # Parent 2f222e8b06f52548c422472ad59d5a1e91b9b996 (update_buffer_properties): Delete superfluous &'s. diff -r 2f222e8b06f5 -r edc94b82c3b3 src/editfns.c --- a/src/editfns.c Tue Jan 09 23:38:07 1996 +0000 +++ b/src/editfns.c Tue Jan 09 23:38:20 1996 +0000 @@ -1218,10 +1218,10 @@ Vbuffer_access_fontified_property, Qnil, Qnil); if (! NILP (tem)) - Frun_hook_with_args (3, &args); + Frun_hook_with_args (3, args); } else - Frun_hook_with_args (3, &args); + Frun_hook_with_args (3, args); } #endif }