From 4562c2e45fb02c82eb71da418c44402c7d235873 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sun, 12 May 2002 19:05:37 +0000 Subject: [PATCH] (find-function-search-for-symbol): Handle more whitespace/newline combinations in symbol definitions. --- lisp/emacs-lisp/find-func.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index 660ad019a9..82f3ee2116 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -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)) -- 2.39.2