diff options
| author | Glenn Morris | 2018-03-09 16:36:50 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-03-09 16:36:50 -0500 |
| commit | 01675be3871802374e27bb6597eab72d0717c1c4 (patch) | |
| tree | 88d90702cd46ce5053ae21300c424520cb1d7029 /test | |
| parent | ae0634148e0a6242067c98260721be032bca283f (diff) | |
| download | emacs-01675be3871802374e27bb6597eab72d0717c1c4.tar.gz emacs-01675be3871802374e27bb6597eab72d0717c1c4.zip | |
* test/lisp/vc/vc-tests.el (w32-application-type): Fix declaration.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/vc/vc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 109 | (require 'ert) | 109 | (require 'ert) |
| 110 | (require 'vc) | 110 | (require 'vc) |
| 111 | 111 | ||
| 112 | (declare-function w32-application-type "w32proc") | 112 | (declare-function w32-application-type "w32proc.c") |
| 113 | 113 | ||
| 114 | ;; The working horses. | 114 | ;; The working horses. |
| 115 | 115 | ||