From a669d5fae54ad31fe65c2e285124bf90f900a08f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Dec 2022 21:52:00 +0200 Subject: [PATCH] ; * test/lisp/comint-tests.el (w32-application-type): Fix typo. --- test/lisp/comint-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2