branch: externals/idlwave
commit e4bd892bae350d0faea47343467a20bb5ca37a3b
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    - Reverted last "fix".  Don't trust XEmacs complaints about useless
      variables.
---
 idlw-help.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to