changeset 45120:254bce531056

(find-function-search-for-symbol): Bind case-fold-search when searching.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sat, 04 May 2002 15:40:34 +0000
parents bb7bdd25e045
children 6251eb510a3d
files lisp/emacs-lisp/find-func.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el	Sat May 04 15:00:13 2002 +0000
+++ b/lisp/emacs-lisp/find-func.el	Sat May 04 15:40:34 2002 +0000
@@ -139,7 +139,8 @@
 				  find-variable-regexp
 				find-function-regexp)
 			      (regexp-quote (symbol-name symbol))))
-	      (syn-table (syntax-table)))
+	      (syn-table (syntax-table))
+	      (case-fold-search))
 	  (unwind-protect
 	      (progn
 		(set-syntax-table emacs-lisp-mode-syntax-table)