Rename cygwin_convert_path* to cygwin_convert_file_name*
[bpt/emacs.git] / lisp / term / w32-win.el
index 42e09b6..95dab10 100644 (file)
@@ -91,7 +91,7 @@
 (declare-function w32-send-sys-command "w32fns.c")
 (declare-function set-message-beep "w32fns.c")
 
-(declare-function cygwin-convert-path-from-windows "cygw32.c"
+(declare-function cygwin-convert-file-name-from-windows "cygw32.c"
                  (path &optional absolute_p))
 
 ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles
 
 (defun w32-handle-dropped-file (window file-name)
   (let ((f (if (eq system-type 'cygwin)
-               (cygwin-convert-path-from-windows file-name t)
+               (cygwin-convert-file-name-from-windows file-name t)
              (subst-char-in-string ?\\ ?/ file-name)))
         (coding (or file-name-coding-system
                     default-file-name-coding-system)))