annotate etc/FTP @ 94300:b47239d57d36

* lisp/minibuffer.el (read-file-name-function, read-file-name-predicate) (read-file-name-completion-ignore-case, insert-default-directory): New vars, moved from fileio.c. (read-file-name): New fun, moved from fileio.c. * lisp/cus-start.el: Remove insert-default-directory and read-file-name-completion-ignore-case. * src/fileio.c (Vread_file_name_function, Vread_file_name_predicate) (read_file_name_completion_ignore_case, insert_default_directory) (Qdefault_directory): Move to minibuffer.el. (Fread_file_name): Call the new `read-file-name' instead.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 23 Apr 2008 18:19:57 +0000
parents e06541128138
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77214
e06541128138 Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents: 75861
diff changeset
1 For information about how to obtain GNU Emacs and other GNU software
e06541128138 Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents: 75861
diff changeset
2 by FTP, please see <http://www.gnu.org/order/ftp.html>.
e06541128138 Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents: 75861
diff changeset
3
e06541128138 Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents: 75861
diff changeset
4 Information about Emacs is also available at
e06541128138 Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents: 75861
diff changeset
5 <http://www.gnu.org/software/emacs/>.
e06541128138 Make it a duplicate of ../FTP.
Glenn Morris <rgm@gnu.org>
parents: 75861
diff changeset
6