diff options
| author | Eli Zaretskii | 2022-12-07 21:52:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-07 21:52:00 +0200 |
| commit | a669d5fae54ad31fe65c2e285124bf90f900a08f (patch) | |
| tree | b4cc3f749d7411d91efe0c34642fb5da0daed668 | |
| parent | f7262b8f81e66a1963b020b1fe720575dc8aaba9 (diff) | |
| download | emacs-a669d5fae54ad31fe65c2e285124bf90f900a08f.tar.gz emacs-a669d5fae54ad31fe65c2e285124bf90f900a08f.zip | |
; * test/lisp/comint-tests.el (w32-application-type): Fix typo.
| -rw-r--r-- | test/lisp/comint-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el index 88427dd05b1..ce1a6865b65 100644 --- a/test/lisp/comint-tests.el +++ b/test/lisp/comint-tests.el | |||
| @@ -59,7 +59,7 @@ | |||
| 59 | (dolist (str comint-testsuite-password-strings) | 59 | (dolist (str comint-testsuite-password-strings) |
| 60 | (should (string-match comint-password-prompt-regexp str)))) | 60 | (should (string-match comint-password-prompt-regexp str)))) |
| 61 | 61 | ||
| 62 | (declare-function 'w32-application-type "w32proc.c") | 62 | (declare-function w32-application-type "w32proc.c") |
| 63 | (defun w32-native-executable-p (fname) | 63 | (defun w32-native-executable-p (fname) |
| 64 | "Predicate to test program FNAME for being a native Windows application." | 64 | "Predicate to test program FNAME for being a native Windows application." |
| 65 | (and (memq (w32-application-type fname) '(w32-native dos)) | 65 | (and (memq (w32-application-type fname) '(w32-native dos)) |