Mercurial > emacs
changeset 14126:edc94b82c3b3
(update_buffer_properties): Delete superfluous &'s.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 09 Jan 1996 23:38:20 +0000 |
parents | 2f222e8b06f5 |
children | ebaba7107594 |
files | src/editfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 }