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

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

[elpa] externals/idlwave 82d8ed93ca 332/360: Reference sysvar links corr


From: ELPA Syncer
Subject: [elpa] externals/idlwave 82d8ed93ca 332/360: Reference sysvar links correctly
Date: Sun, 28 Apr 2024 00:59:40 -0400 (EDT)

branch: externals/idlwave
commit 82d8ed93caa3a36423afd9d5b23b55d8f6d3edef
Author: JD Smith <jdtsmith@gmail.com>
Commit: JD Smith <jdtsmith@gmail.com>

    Reference sysvar links correctly
---
 idlw-help.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idlw-help.el b/idlw-help.el
index a87062edd3..90af964b4f 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -200,7 +200,7 @@ It collects and prints the diagnostics messages."
                               (cdr
                                (assq (idlwave-sintern-sysvartag tag)
                                      (cdr (assq 'tags entry))))))
-              (link (nth 1 (assq 'link entry))))
+              (link (cdr (assq 'link entry))))
          (if tag-target
              (setq link (idlwave-substitute-link-target link 
                                                         tag-target)))



reply via email to

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