From 14e76ac97c890e51353046854a93b72053c0b926 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 1 Dec 2001 18:16:58 +0000 Subject: [PATCH] (run_hook_list_with_args): Undo last change. --- lisp/ChangeLog | 18 ++++++++++++++++++ src/lisp.h | 1 + 2 files changed, 19 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b0ccb217d..1f6354110a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,6 +6,24 @@ 2001-11-30 Stefan Monnier + * mail/smtpmail.el: Use with-current-buffer. + (message-make-date, message-make-message-id): Autoload when needed. + (smtpmail-send-it): Use them to add `Date:' and `Message-Id:' + headers when missing. + + * international/encoded-kb.el (encoded-kbd-mode): + Use define-minor-mode. + + * enriched.el (enriched-mode): Use define-minor-mode. + Use dolist and pop and push. + + * info.el (Info-find-node-2): Don't call info-insert-file-contents + with the `visit' argument. + (Info-extract-menu-node-name): Use `replace-regexps-in-string'. + + * progmodes/hideif.el (hide-ifdef-mode): Only modify + `change-major-mode-hook' locally. Reset invisibility spec. + * man.el (Man-build-section-alist): Remove last Man-match-substring. 2001-11-30 Kai Gro,A_(Bjohann diff --git a/src/lisp.h b/src/lisp.h index 89d292dd7f..2a27376047 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2456,6 +2456,7 @@ EXFUN (Frun_hooks, MANY); EXFUN (Frun_hook_with_args, MANY); EXFUN (Frun_hook_with_args_until_success, MANY); EXFUN (Frun_hook_with_args_until_failure, MANY); +extern Lisp_Object run_hook_list_with_args P_ ((Lisp_Object, int, Lisp_Object *)); extern void run_hook_with_args_2 P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); EXFUN (Fand, UNEVALLED); EXFUN (For, UNEVALLED); -- 2.20.1