Mercurial > emacs
annotate etc/ORDERS @ 74337:ee9b338cccea
2006-11-30 Micha¸«³l Cadilhac <michael.cadilhac@lrde.org>
(ido-local-file-exists-p): New. Tell if a file exists
locally, i.e. without using file name handlers.
(ido-read-internal): Allow mono letter host names, avoiding the
`c:' problem by testing if the file exists locally.
(ido-complete, ido-make-file-list, ido-exhibit): Ditto.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 30 Nov 2006 20:50:31 +0000 |
parents | dcdbdce3d030 |
children | 0259a1711394 |
rev | line source |
---|---|
32916 | 1 Printed copies of the GNU Emacs Manual, the Emacs Lisp Reference |
2 Manual, "Programming in Emacs Lisp: An Introduction", and other | |
3 materials can be ordered directly from the Free Software Foundation. | |
4 For more information, see the order form on the web at | |
36397 | 5 <http://www.gnu.org/order/order.html>. Your purchases will help support |
32916 | 6 further development of Emacs and other free software programs. You |
7 can also make tax-deductable donations to the Free Software Foundation, | |
8 a not-for-profit organization (assuming you pay US taxes) - see | |
36397 | 9 <http://www.gnu.org/help/donate.html>. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
10 |
71190 | 11 Copyright (c) 2000, 2001, 2006 Free Software Foundation, Inc. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
12 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
13 Verbatim copying and distribution is permitted in any medium |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
14 provided this notice is preserved. |