summaryrefslogtreecommitdiff
path: root/lisp/hippie-exp.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-04-26 23:13:46 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-04-26 23:13:46 +0000
commit8f3bac96ce4a2583297c2236fee14b3d73f738a5 (patch)
treed4dec3af4b78958d45c90917713fadf938e660dc /lisp/hippie-exp.el
parent2867ef1c3e3633482d3695e7cb696f774f038432 (diff)
downloademacs-8f3bac96ce4a2583297c2236fee14b3d73f738a5.tar.gz
(try-expand-line, try-expand-line-all-buffers):
`comint-use-prompt-regexp-instead-of-fields' has been renamed to `comint-use-prompt-regexp'.
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r--lisp/hippie-exp.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el
index 91eb01b5193..bd726564da6 100644
--- a/lisp/hippie-exp.el
+++ b/lisp/hippie-exp.el
@@ -634,7 +634,7 @@ for subsequent calls (for further possible completions of the same
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 @@ for subsequent calls (for further possible completions of the same
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 @@ string). It returns t if a new completion is found, nil otherwise."
(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))