emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bash-completion 1e13f6ffa4 216/313: Apply the name changes


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 1e13f6ffa4 216/313: Apply the name changes introduced by the previous commit in the test files
Date: Sat, 3 Dec 2022 10:59:32 -0500 (EST)

branch: elpa/bash-completion
commit 1e13f6ffa4da470dc2bb41f632da1ab968b64772
Author: montag451 <montag451@laposte.net>
Commit: montag451 <montag451@laposte.net>

    Apply the name changes introduced by the previous commit in the test files
---
 test/bash-completion-integration-test.el | 2 +-
 test/bash-completion-test.el             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/bash-completion-integration-test.el 
b/test/bash-completion-integration-test.el
index ae3751d415..1d6a4558f2 100644
--- a/test/bash-completion-integration-test.el
+++ b/test/bash-completion-integration-test.el
@@ -68,7 +68,7 @@
            ;; do a completion and return the result
            (with-current-buffer shell-buffer
               (let ((comint-dynamic-complete-functions 
'(bash-completion-dynamic-complete))
-                    (bash-major-version (process-get 
(bash-completion-require-process)
+                    (bash-major-version (process-get 
(bash-completion-get-process)
                                                      'bash-major-version)))
                 (progn ,@body))))
         (progn ;; finally
diff --git a/test/bash-completion-test.el b/test/bash-completion-test.el
index b0a1cbaeee..d9f98223e3 100644
--- a/test/bash-completion-test.el
+++ b/test/bash-completion-test.el
@@ -946,7 +946,7 @@ before calling `bash-completion-dynamic-complete-nocomint'.
          (setq --process-buffer (current-buffer))
          (with-temp-buffer
            (setq --test-buffer (current-buffer))
-           (cl-letf (((symbol-function 'bash-completion-require-process) 
(lambda () 'process))
+           (cl-letf (((symbol-function 'bash-completion-get-process) (lambda 
() 'process))
                      ((symbol-function 'process-put)
                       (lambda (process prop value)
                         (cond ((and (eq 'process process) (eq 'complete-p 
prop))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]