]> git.eshelyaron.com Git - emacs.git/commit
(install_window_handler): Move extern to macterm.h.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 4 Mar 2005 11:08:54 +0000 (11:08 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 4 Mar 2005 11:08:54 +0000 (11:08 +0000)
commit1a8726ba2b872c4161b639beefaeea91215a42c3
treecbb02a10125b0d4c76dce80947484907fcaca630
parentb564370b908bc181fabd9c02b0ba9d9875560a3d
(install_window_handler): Move extern to macterm.h.
(Fx_file_dialog): Check STRINGP (default_filename) to see it is valid.
Don't check !NILP (dir) because it is already checked with
CHECK_STRING.
(Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
specifying the default location and obtaining the selected filename.
src/macfns.c