summaryrefslogtreecommitdiff
path: root/test/lisp/comint-tests.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-12-07 21:52:00 +0200
committerEli Zaretskii <eliz@gnu.org>2022-12-07 21:52:00 +0200
commita669d5fae54ad31fe65c2e285124bf90f900a08f (patch)
treeb4cc3f749d7411d91efe0c34642fb5da0daed668 /test/lisp/comint-tests.el
parentf7262b8f81e66a1963b020b1fe720575dc8aaba9 (diff)
downloademacs-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.el2
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))