projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7262b8
)
; * test/lisp/comint-tests.el (w32-application-type): Fix typo.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 7 Dec 2022 19:52:00 +0000
(21:52 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 7 Dec 2022 19:52:00 +0000
(21:52 +0200)
test/lisp/comint-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/comint-tests.el
b/test/lisp/comint-tests.el
index 88427dd05b1e74be80db341d994d45d945cb6fd3..ce1a6865b65f8c4d35b098d473655f73043ab8e9 100644
(file)
--- 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))