Bugfix in prg-mew.el.

This commit is contained in:
Carsten Dominik 2008-04-09 06:23:39 +02:00
parent 59bc014d99
commit 862f6cb42c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
(defun org-mew-store-link ()
"Store a link to a Mew message."
(when (mew-summary-p)
(when (and (fboundp 'mew-summary-p) (mew-summary-p))
(let ((folder (mew-summary-folder-name))
(number (mew-summary-message-number))
(subject (mew-summary-get-subject)))