]> code.delx.au - gnu-emacs/commitdiff
(run_hook_list_with_args): Undo last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 1 Dec 2001 18:16:58 +0000 (18:16 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 1 Dec 2001 18:16:58 +0000 (18:16 +0000)
lisp/ChangeLog
src/lisp.h

index 2b0ccb217d91a124c6d1e8351b1d71313bb6695c..1f6354110a2552dbbd6f06bc6c37210ca7d1326a 100644 (file)
@@ -6,6 +6,24 @@
 
 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * 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\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
index 89d292dd7f284f191820ac724733c0d6bf3fd7b0..2a273760471cfad386fb36f53bf9a373aa4f5a8d 100644 (file)
@@ -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);