Fix bug in semantic-matlab-parse-functions - it needs to take limit input.

This commit is contained in:
Eric Ludlam 2019-11-12 23:09:28 -05:00
parent af8e183cdf
commit 1734085cbc

View file

@ -481,7 +481,7 @@ Each tag returned is a semantic FUNCTION tag. See
))
newlist))
(defun semantic-matlab-parse-functions ()
(defun semantic-matlab-parse-functions (&optional limit)
"Parse all functions from the current MATLAB buffer."
(car
(semantic-matlab-sort-raw-function-tags (semantic-matlab-function-tags)