* gnus-msg.el (gnus-copy-article-buffer): Quote decoded words containing
[gnus] / lisp / gnus-undo.el
index 70550c1..f4eda2c 100644 (file)
@@ -186,8 +186,7 @@ A numeric argument serves as a repeat count."
       (error "Nothing further to undo"))
     (setq gnus-undo-actions (delq action gnus-undo-actions))
     (setq gnus-undo-boundary t)
-    (while action
-      (funcall (pop action)))))
+    (mapc 'funcall action)))
 
 (provide 'gnus-undo)