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

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

[nongnu] elpa/elpher 0dcebae92f 2/3: Added rx dependency to resolve flyc


From: ELPA Syncer
Subject: [nongnu] elpa/elpher 0dcebae92f 2/3: Added rx dependency to resolve flycheck warning.
Date: Mon, 8 Aug 2022 20:58:20 -0400 (EDT)

branch: elpa/elpher
commit 0dcebae92f46e5792a45ec46f65cc83db695553f
Author: plugd <plugd@thelambdalab.xyz>
Commit: plugd <plugd@thelambdalab.xyz>

    Added rx dependency to resolve flycheck warning.
---
 elpher.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/elpher.el b/elpher.el
index 882ed2aac9..6db62c34b6 100644
--- a/elpher.el
+++ b/elpher.el
@@ -66,6 +66,7 @@
 (require 'gnutls)
 (require 'socks)
 (require 'bookmark)
+(require 'rx)
 
 ;;; Global constants
 ;;
@@ -1804,10 +1805,10 @@ Assumes UTF-8 encoding for all text files."
          (filename (elpher-address-filename address)))
     (unless (file-exists-p filename)
       (elpher-visit-previous-page)
-        (error "File not found"))
+      (error "File not found"))
     (unless (file-readable-p filename)
       (elpher-visit-previous-page)
-        (error "Could not read from file"))
+      (error "Could not read from file"))
     (let ((body (with-temp-buffer
        (let ((coding-system-for-read 'binary)
              (coding-system-for-write 'binary))



reply via email to

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