emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 a669d5fae54: ; * test/lisp/comint-tests.el (w32-application-typ


From: Eli Zaretskii
Subject: emacs-29 a669d5fae54: ; * test/lisp/comint-tests.el (w32-application-type): Fix typo.
Date: Wed, 7 Dec 2022 14:52:41 -0500 (EST)

branch: emacs-29
commit a669d5fae54ad31fe65c2e285124bf90f900a08f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]