From 368248701a9f61fef9145a01267eca6ab60cca13 Mon Sep 17 00:00:00 2001 From: Jesper Harder Date: Sat, 20 Dec 2003 18:13:22 +0000 Subject: [PATCH] Oops. --- lisp/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/message.el b/lisp/message.el index 8c12aa008..8a36f513d 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3555,7 +3555,7 @@ It should typically alter the sending method in some way or other." "Perform all actions in ACTIONS." ;; Now perform actions on successful sending. (while actions - (progn ;; jah ignore-errors + (ignore-errors (cond ;; A simple function. ((functionp (car actions)) -- 2.34.1