Skip to content

Commit

Permalink
Correctly find structure definition name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed May 18, 2010
1 parent 5d7b645 commit 5da01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idlwave.el
Expand Up @@ -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)
Expand Down

0 comments on commit 5da01c9

Please sign in to comment.