]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_buffer_properties): Delete superfluous &'s.
authorKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:38:20 +0000 (23:38 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:38:20 +0000 (23:38 +0000)
src/editfns.c

index 4f72ed6da51985b22b3117b96c2c90ba11b117d7..d54f494ef7659b32bc87f023779dbb68c26298c5 100644 (file)
@@ -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
 }