diff options
| author | Glenn Morris | 2014-07-12 10:53:29 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-07-12 10:53:29 -0700 |
| commit | b39c4d7b33952e0125fbefbcb3d9f528b6570f40 (patch) | |
| tree | 17fd0630dacfe29b0c2486b9f5c923293e872a70 /src/w32fns.c | |
| parent | 2a0bae50e3611a6bd2d584f7a85677b74f1aa71b (diff) | |
| parent | fb02552638b0c653bfc3d269d879fdffba37bd31 (diff) | |
| download | emacs-b39c4d7b33952e0125fbefbcb3d9f528b6570f40.tar.gz emacs-b39c4d7b33952e0125fbefbcb3d9f528b6570f40.zip | |
Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ru
Diffstat (limited to 'src/w32fns.c')
| -rw-r--r-- | src/w32fns.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index def9d8acb7a..b76c81fdf1f 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -6394,7 +6394,11 @@ or directory must exist. | |||
| 6394 | 6394 | ||
| 6395 | This function is only defined on NS, MS Windows, and X Windows with the | 6395 | This function is only defined on NS, MS Windows, and X Windows with the |
| 6396 | Motif or Gtk toolkits. With the Motif toolkit, ONLY-DIR-P is ignored. | 6396 | Motif or Gtk toolkits. With the Motif toolkit, ONLY-DIR-P is ignored. |
| 6397 | Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */) | 6397 | Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. |
| 6398 | On Windows 7 and later, the file selection dialog "remembers" the last | ||
| 6399 | directory where the user selected a file, and will open that directory | ||
| 6400 | instead of DIR on subsequent invocations of this function with the same | ||
| 6401 | value of DIR as in previous invocations; this is standard Windows behavior. */) | ||
| 6398 | (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p) | 6402 | (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p) |
| 6399 | { | 6403 | { |
| 6400 | /* Filter index: 1: All Files, 2: Directories only */ | 6404 | /* Filter index: 1: All Files, 2: Directories only */ |