diff options
| author | Katsumi Yamaoka | 2009-09-09 09:29:29 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2009-09-09 09:29:29 +0000 |
| commit | cdce0b331faad4c64ae4b3015318db87499a1f92 (patch) | |
| tree | bbac90dfcbdc7a9772a30d739e116f10b8b27973 /lisp/net | |
| parent | de0bdfe7aa97030b6174aba37f245c2bbf2d4ee5 (diff) | |
| download | emacs-cdce0b331faad4c64ae4b3015318db87499a1f92.tar.gz emacs-cdce0b331faad4c64ae4b3015318db87499a1f92.zip | |
* calendar/time-date.el (autoload):
Expand define-obsolete-function-alias into defalias and make-obsolete
for old Emacsen that Gnus supports.
(with-no-warnings): Define it for old Emacsen.
(time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
is available.
(time-to-number-of-days): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.
2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
* net/imap.el (imap-message-map): Docstring fix.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/imap.el | 2 |
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 |