emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/pmailhdr.el,v


From: Paul Michael Reilly
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/pmailhdr.el,v
Date: Fri, 29 Aug 2008 04:27:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Paul Michael Reilly <pmr>       08/08/29 04:27:46

Index: pmailhdr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/pmailhdr.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pmailhdr.el 18 Aug 2008 04:59:13 -0000      1.2
+++ pmailhdr.el 29 Aug 2008 04:27:46 -0000      1.3
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]