From: Karl Heuer Date: Tue, 9 Jan 1996 23:38:20 +0000 (+0000) Subject: (update_buffer_properties): Delete superfluous &'s. X-Git-Tag: emacs-19.34~1734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ced1d19aebcf2bb16f7ef8d29e1a44e9d7d59cad;p=emacs.git (update_buffer_properties): Delete superfluous &'s. --- diff --git a/src/editfns.c b/src/editfns.c index 4f72ed6da51..d54f494ef76 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1218,10 +1218,10 @@ update_buffer_properties (start, end) 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 }