Mercurial > emacs
diff src/editfns.c @ 14126:edc94b82c3b3
(update_buffer_properties): Delete superfluous &'s.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Tue, 09 Jan 1996 23:38:20 +0000 |
| parents | 59906ecd9b92 |
| children | ff372902386d |
line wrap: on
line diff
--- 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 }
