diff lisp/mail/pmailhdr.el @ 97808:1aab9bdd9355

Resolve all byte compiler warnings and enable IMAP/movemail support.
author Paul Reilly <pmr@pajato.com>
date Fri, 29 Aug 2008 04:27:46 +0000
parents 1b1837ac37e2
children f4a921de2099
line wrap: on
line diff
--- a/lisp/mail/pmailhdr.el	Fri Aug 29 01:06:42 2008 +0000
+++ b/lisp/mail/pmailhdr.el	Fri Aug 29 04:27:46 2008 +0000
@@ -173,7 +173,7 @@
   "Show all headers.
 The current buffer, possibly narrowed, contains a single message."
   ;; Remove all the overlays used to control hiding headers.
-  (mapcar 'delete-overlay pmail-header-overlay-list)
+  (mapc 'delete-overlay pmail-header-overlay-list)
   (setq pmail-header-display-state nil))
 
 (defun pmail-header-toggle-visibility (&optional arg)