diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-12-07 21:52:00 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-12-07 21:52:00 +0200 |
commit | a669d5fae54ad31fe65c2e285124bf90f900a08f (patch) | |
tree | b4cc3f749d7411d91efe0c34642fb5da0daed668 /test/lisp/comint-tests.el | |
parent | f7262b8f81e66a1963b020b1fe720575dc8aaba9 (diff) | |
download | emacs-a669d5fae54ad31fe65c2e285124bf90f900a08f.tar.gz emacs-a669d5fae54ad31fe65c2e285124bf90f900a08f.tar.bz2 emacs-a669d5fae54ad31fe65c2e285124bf90f900a08f.zip |
; * test/lisp/comint-tests.el (w32-application-type): Fix typo.
Diffstat (limited to 'test/lisp/comint-tests.el')
-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 @@ (dolist (str comint-testsuite-password-strings) (should (string-match comint-password-prompt-regexp str)))) -(declare-function 'w32-application-type "w32proc.c") +(declare-function w32-application-type "w32proc.c") (defun w32-native-executable-p (fname) "Predicate to test program FNAME for being a native Windows application." (and (memq (w32-application-type fname) '(w32-native dos)) |