From: Glenn Morris Date: Fri, 9 Mar 2018 21:36:50 +0000 (-0500) Subject: * test/lisp/vc/vc-tests.el (w32-application-type): Fix declaration. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97e6ea57c587631628614862aac74e3cb7d3a046;p=emacs.git * test/lisp/vc/vc-tests.el (w32-application-type): Fix declaration. --- diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 7fdf0626cd7..cd774d301df 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -109,7 +109,7 @@ (require 'ert) (require 'vc) -(declare-function w32-application-type "w32proc") +(declare-function w32-application-type "w32proc.c") ;; The working horses.