emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/comint-mime 587e9e0b65 1/2: Fix byte-compilation warnin


From: ELPA Syncer
Subject: [elpa] externals/comint-mime 587e9e0b65 1/2: Fix byte-compilation warnings
Date: Sun, 14 Aug 2022 05:57:22 -0400 (EDT)

branch: externals/comint-mime
commit 587e9e0b65353571b04a53aa8a9cce85dca69e48
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Fix byte-compilation warnings
---
 README.org     | 2 +-
 comint-mime.el | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 3f99420cc1..cc97648275 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,6 @@
 #+title: comint-mime.el
 
-#+html: <p align="center"><a 
href="http://elpa.gnu.org/packages/comint-mime.html";><img alt="GNU-devel ELPA" 
src="https://elpa.gnu.org/packages/comint-mime.svg"/></a></p>
+#+html: <p align="center"><a 
href="http://elpa.gnu.org/packages/comint-mime.html";><img alt="GNU ELPA" 
src="https://elpa.gnu.org/packages/comint-mime.svg"/></a></p>
 
 This Emacs package provides a mechanism for REPLs (or comint buffers,
 in Emacs parlance) to display graphics and other types of special
diff --git a/comint-mime.el b/comint-mime.el
index 71bdca896a..7d43004272 100644
--- a/comint-mime.el
+++ b/comint-mime.el
@@ -44,8 +44,10 @@
 
 ;;; Code:
 
+(require 'comint)
 (require 'json)
 (require 'svg)
+(require 'text-property-search)
 (require 'url-parse)
 
 (defvar comint-mime-enabled-types 'all



reply via email to

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