From: Eli Zaretskii Date: Wed, 7 Dec 2022 19:52:00 +0000 (+0200) Subject: ; * test/lisp/comint-tests.el (w32-application-type): Fix typo. X-Git-Tag: emacs-29.0.90~1320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a669d5fae54ad31fe65c2e285124bf90f900a08f;p=emacs.git ; * test/lisp/comint-tests.el (w32-application-type): Fix typo. --- 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))