emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-url c5a0cb3 5/5: Fix compilation warning


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-url c5a0cb3 5/5: Fix compilation warning
Date: Sun, 22 Jan 2017 16:15:13 +0000 (UTC)

branch: scratch/with-url
commit c5a0cb3297530722571e515a8e60a6ed211f762b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix compilation warning
---
 lisp/url/with-url.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/url/with-url.el b/lisp/url/with-url.el
index 4ea30e3..a5446be 100644
--- a/lisp/url/with-url.el
+++ b/lisp/url/with-url.el
@@ -318,7 +318,7 @@ If given, return the value in BUFFER instead."
               (encoding (or (match-string 3 url) "base64")))
           (insert (match-string 4 url))
           (when (equal encoding "base64")
-            (condition-case err
+            (condition-case nil
                 (base64-decode-region (point-min) (point-max))
               (error
                (setq with-url--status '((response 500 "Invalid data"))))))



reply via email to

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