Mercurial > emacs
diff mac/src/macterm.c @ 38893:bd309345e7ea
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (local_to_global_coord): Comment out.
* src/mac.c (mac-filename-to-unix): Change to
mac-file-name-to-posix.
(unix-filename-to-mac): Change to posix-file-name-to-mac.
(mac_to_unix_pathname): Change to mac_to_posix_pathname.
(unix_to_mac_pathname): Change to posix_to_mac_pathname.
* src/macterm.c (do_ae_open_documents): Change call to
mac_to_unix_pathname to mac_to_posix_pathname.
| author | Andrew Choi <akochoi@shaw.ca> |
|---|---|
| date | Tue, 21 Aug 2001 16:00:33 +0000 |
| parents | f035ca54b24a |
| children | dc047d3af2cd |
line wrap: on
line diff
--- a/mac/src/macterm.c Tue Aug 21 15:59:29 2001 +0000 +++ b/mac/src/macterm.c Tue Aug 21 16:00:33 2001 +0000 @@ -11590,7 +11590,7 @@ if (path_from_vol_dir_name (path_name, 255, fs.vRefNum, fs.parID, fs.name) && - mac_to_unix_pathname (path_name, unix_path_name, 255)) + mac_to_posix_pathname (path_name, unix_path_name, 255)) drag_and_drop_file_list = Fcons (build_string (unix_path_name), drag_and_drop_file_list); }
