+2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
+
+ * eval.c (Frun_hooks): Allow 0 arguments.
+
2000-11-29 Gerd Moellmann <gerd@gnu.org>
* xterm.c (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
enum run_hooks_condition {to_completion, until_success, until_failure};
-DEFUN ("run-hooks", Frun_hooks, Srun_hooks, 1, MANY, 0,
+DEFUN ("run-hooks", Frun_hooks, Srun_hooks, 0, MANY, 0,
"Run each hook in HOOKS. Major mode functions use this.\n\
Each argument should be a symbol, a hook variable.\n\
These symbols are processed in the order specified.\n\