aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/imap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/imap.el b/lisp/net/imap.el
index fb5dc2ac60c..6393e8a5c90 100644
--- a/lisp/net/imap.el
+++ b/lisp/net/imap.el
@@ -1689,7 +1689,7 @@ is non-nil return these properties."
1689 propname))) 1689 propname)))
1690 1690
1691(defun imap-message-map (func propname &optional buffer) 1691(defun imap-message-map (func propname &optional buffer)
1692 "Map a function across each mailbox in `imap-message-data', returning a list." 1692 "Map a function across each message in `imap-message-data', returning a list."
1693 (with-current-buffer (or buffer (current-buffer)) 1693 (with-current-buffer (or buffer (current-buffer))
1694 (let (result) 1694 (let (result)
1695 (mapatoms 1695 (mapatoms