]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/comint-tests.el (w32-application-type): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Dec 2022 19:52:00 +0000 (21:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Dec 2022 19:52:00 +0000 (21:52 +0200)
test/lisp/comint-tests.el

index 88427dd05b1e74be80db341d994d45d945cb6fd3..ce1a6865b65f8c4d35b098d473655f73043ab8e9 100644 (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))