Show
Ignore:
Timestamp:
2006年05月27日 10時35分24秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/term/w32-win.el

    r4058 r4091  
    113113          (set-frame-selected-window nil window)) 
    114114      (mapcar (lambda (file-name) 
     115                (let ((f (subst-char-in-string ?\\ ?/ file-name)) 
     116                      (coding (or file-name-coding-system 
     117                                  default-file-name-coding-system))) 
     118                  (setq file-name 
     119                        (mapconcat 'url-hexify-string 
     120                                   (split-string (encode-coding-string f coding) 
     121                                                 "/") 
     122                                   "/"))) 
    115123                (dnd-handle-one-url window 'private 
    116124                                    (concat "file:" file-name)))