diff lisp/hippie-exp.el @ 61874:863e75f2063d

(try-expand-line, try-expand-line-all-buffers): `comint-use-prompt-regexp-instead-of-fields' has been renamed to `comint-use-prompt-regexp'.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 26 Apr 2005 23:13:46 +0000
parents 695cf19ef79e
children 6fb026ad601f 08185296b491
line wrap: on
line diff
--- a/lisp/hippie-exp.el	Tue Apr 26 23:11:17 2005 +0000
+++ b/lisp/hippie-exp.el	Tue Apr 26 23:13:46 2005 +0000
@@ -634,7 +634,7 @@
 string).  It returns t if a new completion is found, nil otherwise."
   (let ((expansion ())
 	(strip-prompt (and (get-buffer-process (current-buffer))
-			   comint-use-prompt-regexp-instead-of-fields
+			   comint-use-prompt-regexp
 			   comint-prompt-regexp)))
     (if (not old)
 	(progn
@@ -681,7 +681,7 @@
 string).  It returns t if a new completion is found, nil otherwise."
   (let ((expansion ())
 	(strip-prompt (and (get-buffer-process (current-buffer))
-			   comint-use-prompt-regexp-instead-of-fields
+			   comint-use-prompt-regexp
 			   comint-prompt-regexp))
 	(buf (current-buffer))
 	(orig-case-fold-search case-fold-search))
@@ -708,7 +708,7 @@
 		      (widen))
 		  (goto-char he-search-loc)
 		  (setq strip-prompt (and (get-buffer-process (current-buffer))
-					  comint-use-prompt-regexp-instead-of-fields
+					  comint-use-prompt-regexp
 					  comint-prompt-regexp))
 		  (setq expansion
 			(let ((case-fold-search orig-case-fold-search))