branch: externals/idlwave
commit 5da01c9c808de35a413f687a4dc4d047e1cd5476
Author: JD Smith <jdtsm...@gmail.com>
Commit: JD Smith <jdtsm...@gmail.com>

    Correctly find structure definition name
---
 idlwave.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idlwave.el b/idlwave.el
index 0a7f15c07a..fc19277b13 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -7395,7 +7395,7 @@ we search only backward."
            (and (not (eq bound 'back)) (re-search-forward re lim t)))
        (progn
          (goto-char (match-beginning 3))
-         (if name (match-string-no-properties 4)
+         (if name (match-string-no-properties 5)
            t)))))
 
 (defvar idlwave-class-info nil) 

Reply via email to