branch: elpa/markdown-mode
commit 2120fc06d0a6e5e29a0344f8442340a75f262a3d
Author: Joe Reinhart <joseph.reinh...@gmail.com>
Commit: Joe Reinhart <joseph.reinh...@gmail.com>

    Removed unused bindings in markdown-eldoc-function
---
 markdown-mode.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index 3c884e69f8..dab8d1bf2c 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -10071,9 +10071,7 @@ rows and columns and the column alignment."
    ((and (and markdown-enable-wiki-links
               (thing-at-point-looking-at markdown-regex-wiki-link))
          (or markdown-hide-urls markdown-hide-markup))
-    (let* ((imagep (string-equal (match-string 1) "!"))
-           (referencep (string-equal (match-string 5) "["))
-           (part1 (match-string-no-properties 3))
+    (let* ((part1 (match-string-no-properties 3))
            (part2 (match-string-no-properties 5))
            (link (if markdown-wiki-link-alias-first part2 part1))
            (edit-keys (markdown--substitute-command-keys

Reply via email to