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

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

[nongnu] elpa/markdown-mode 13d26a6 2/3: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 13d26a6 2/3: Fix typo
Date: Mon, 5 Apr 2021 09:57:14 -0400 (EDT)

branch: elpa/markdown-mode
commit 13d26a6d4a02185a3801fc5cd7f0d2e4cd0ab6d7
Author: Tejasvi S Tomar <45873379+tejasvi@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Fix typo
---
 markdown-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index 9aef99e..c0e7bd0 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -8539,7 +8539,7 @@ or \\[markdown-toggle-inline-images]."
                     ;; strip query parameter
                     (setq file (replace-regexp-in-string "?.+\\'" "" file))
                     (unless (file-exists-p file)
-                      (setq file (file (url-unhex-string file))))))))
+                      (setq file (url-unhex-string file)))))))
             (when (file-exists-p file)
               (let* ((abspath (if (file-name-absolute-p file)
                                   file



reply via email to

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