Oops.
authorJesper Harder <harder@ifa.au.dk>
Sat, 20 Dec 2003 18:13:22 +0000 (18:13 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 20 Dec 2003 18:13:22 +0000 (18:13 +0000)
lisp/message.el

index 8c12aa0..8a36f51 100644 (file)
@@ -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))