branch: externals/idlwave
commit 3abf05831672e25a6cdd25d75f0d6fa3a1a3c71c
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    - Removed useless variable from do-context-help1
---
 idlw-help.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/idlw-help.el b/idlw-help.el
index f2e8d94e63..5573234e5e 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -361,9 +361,8 @@ It collects and prints the diagnostics messages."
            ((string-match 
              "\\`!\\([a-zA-Z0-9_]+\\)\\(\.\\([A-Za-z0-9_]+\\)\\)?" 
              this-word)
-            (let* ((word  (match-string-no-properties 1 this-word))
-                   (entry (assq (idlwave-sintern-sysvar word)
-                              idlwave-system-variables-alist))
+            (let* ((entry (assq (idlwave-sintern-sysvar word)
+                                idlwave-system-variables-alist))
                    (tag (match-string-no-properties 3 this-word))
                    (tag-target (if tag
                                  (cdr

Reply via email to