mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
(update_buffer_properties): Delete superfluous &'s.
This commit is contained in:
parent
36bbad1d7e
commit
ced1d19aeb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue