emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113015: lisp/gnus/mm-decode.el (shr-map): Silence t


From: Katsumi Yamaoka
Subject: [Emacs-diffs] trunk r113015: lisp/gnus/mm-decode.el (shr-map): Silence the byte compiler
Date: Mon, 17 Jun 2013 09:36:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113015
revision-id: address@hidden
parent: address@hidden
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-17 09:36:28 +0000
message:
  lisp/gnus/mm-decode.el (shr-map): Silence the byte compiler
modified:
  lisp/gnus/mm-decode.el         
mmdecode.el-20091113204419-o5vbwnq5f7feedwu-1971
=== modified file 'lisp/gnus/mm-decode.el'
--- a/lisp/gnus/mm-decode.el    2013-06-17 09:19:50 +0000
+++ b/lisp/gnus/mm-decode.el    2013-06-17 09:36:28 +0000
@@ -1817,6 +1817,8 @@
            (delete-region ,(point-min-marker)
                           ,(point-max-marker))))))))
 
+(defvar shr-map)
+
 (defun mm-convert-shr-links ()
   (let ((start (point-min))
        end)


reply via email to

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