; * test/lisp/comint-tests.el (w32-application-type): Fix typo.

This commit is contained in:
Eli Zaretskii 2022-12-07 21:52:00 +02:00
parent f7262b8f81
commit a669d5fae5

View file

@ -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))