(find-function-search-for-symbol): Handle more whitespace/newline
combinations in symbol definitions.
This commit is contained in:
parent
89e7ad5946
commit
4562c2e45f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
|
|||
(goto-char (point-min))
|
||||
(if (or (re-search-forward regexp nil t)
|
||||
(re-search-forward
|
||||
(concat "^([^ ]+ +"
|
||||
(concat "^([^ ]+\\(\\s-\\|\n\\)+"
|
||||
(regexp-quote (symbol-name symbol))
|
||||
"\\>")
|
||||
nil t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue