emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 7801999: declare `rmail-mime-entity-truncated' and


From: Sam Steingold
Subject: [Emacs-diffs] master 7801999: declare `rmail-mime-entity-truncated' and `rmail-mime-render-html-function'
Date: Wed, 09 Mar 2016 13:54:14 +0000

branch: master
commit 7801999f79519326e1073be878f7ada50a492542
Author: Sam Steingold <address@hidden>
Commit: Sam Steingold <address@hidden>

    declare `rmail-mime-entity-truncated' and `rmail-mime-render-html-function'
    
    The former avoids a compiler warning, the latter fixes a bug whereas
    the variable is compiled as lexical instead of dynamic.
---
 lisp/mail/rmail.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 2790c89..68b3cfd 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -241,6 +241,7 @@ please report it with \\[report-emacs-bug].")
 (declare-function mail-dont-reply-to "mail-utils" (destinations))
 (declare-function rmail-update-summary "rmailsum" (&rest ignore))
 (declare-function rmail-mime-toggle-hidden "rmailmm" ())
+(declare-function rmail-mime-entity-truncated "rmailmm" (entity))
 
 (defun rmail-probe (prog)
   "Determine what flavor of movemail PROG is.
@@ -4583,6 +4584,7 @@ Argument MIME is non-nil if this is a mime message."
 ;; There doesn't really seem to be an appropriate menu.
 ;; Eg the edit command is not in a menu either.
 
+(defvar rmail-mime-render-html-function) ; defcustom in rmailmm
 (defun rmail-epa-decrypt ()
   "Decrypt GnuPG or OpenPGP armors in current message."
   (interactive)



reply via email to

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