Browse Source

Bugfix in prg-mew.el.

Carsten Dominik 17 năm trước cách đây
mục cha
commit
862f6cb42c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-mew.el

+ 1 - 1
lisp/org-mew.el

@@ -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)))