]> git.eshelyaron.com Git - emacs.git/commitdiff
(try-expand-line, try-expand-line-all-buffers):
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 26 Apr 2005 23:13:46 +0000 (23:13 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 26 Apr 2005 23:13:46 +0000 (23:13 +0000)
`comint-use-prompt-regexp-instead-of-fields' has been renamed to
`comint-use-prompt-regexp'.

lisp/hippie-exp.el

index 91eb01b5193d4a7a3982eb040c409f3877f08f2c..bd726564da6f9619325a6afa33262be1b993b51e 100644 (file)
@@ -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))