mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 08:21:18 +00:00
; * test/lisp/comint-tests.el (w32-application-type): Fix typo.
This commit is contained in:
parent
f7262b8f81
commit
a669d5fae5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue