]> code.delx.au - gnu-emacs-elpa/commitdiff
Parse prefix arg through to find-tag from f90-find-tag-interface
authorLawrence Mitchell <wence@gmx.li>
Tue, 12 Jul 2011 12:07:31 +0000 (13:07 +0100)
committerLawrence Mitchell <wence@gmx.li>
Tue, 12 Jul 2011 12:07:31 +0000 (13:07 +0100)
If we're searching for a tag, rather than an interface we need to pass
the prefix arg through so that the find-tag invocation can jump to
subsequent definitions.

f90-interface-browser.el

index 4a50dfa5db195eab241aa462301c1c04c016429d..3c5ee4c77ad6785c5358a0aa8cec6cf20555b18b 100644 (file)
@@ -153,7 +153,7 @@ word at point.  For the description of MATCH-SUBLIST see
       (f90-browse-interface-specialisers name (f90-arglist-types)
                                          match-sublist
                                          (point-marker))
-    (find-tag name)))
+    (find-tag name match-sublist)))
 
 (defun f90-browse-interface-specialisers (name &optional arglist-to-match
                                                match-sublist