mm-decode.el (mm-display-external): Try to delete temporary files by using a 1-min...
[gnus] / lisp / gnus-delay.el
index 24326b3..2cdafe1 100644 (file)
@@ -81,7 +81,7 @@ DELAY is a string, giving the length of the time.  Possible values are:
          "Target date (YYYY-MM-DD), time (hh:mm), or length of delay (units in [mhdwMY]): "
          gnus-delay-default-delay)))
   ;; Allow spell checking etc.
-  (message-send-hook)
+  (run-hooks 'message-send-hook)
   (let (num unit days year month day hour minute deadline)
     (cond ((string-match
            "\\([0-9][0-9][0-9]?[0-9]?\\)-\\([0-9]+\\)-\\([0-9]+\\)"