emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 01675be 1/4: * test/lisp/vc/vc-tests.el (w32-applic


From: Glenn Morris
Subject: [Emacs-diffs] master 01675be 1/4: * test/lisp/vc/vc-tests.el (w32-application-type): Fix declaration.
Date: Fri, 9 Mar 2018 16:40:52 -0500 (EST)

branch: master
commit 01675be3871802374e27bb6597eab72d0717c1c4
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/lisp/vc/vc-tests.el (w32-application-type): Fix declaration.
---
 test/lisp/vc/vc-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el
index 7fdf062..cd774d3 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.
 



reply via email to

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