1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 2000-11-29 18:47:42 +00:00
parent f9396e03de
commit 8b5176cda8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -2140,7 +2140,7 @@ Thus, (apply '+ 1 2 '(3 4)) returns 10.")
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\