comparison lisp/url/ChangeLog @ 91582:9c08b66c6c21

(url-handler-unhandled-file-name-directory): Handle `file' URLs specially. Return nil for non-local filenames.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 06 Feb 2008 14:43:05 +0000
parents 5cf14489c5e6
children 46cbed0b179b
comparison
equal deleted inserted replaced
91581:93691642bd78 91582:9c08b66c6c21
1 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url-handlers.el (url-handler-unhandled-file-name-directory):
4 Handle `file' URLs specially. Return nil for non-local filenames.
5
1 2008-02-04 Magnus Henoch <mange@freemail.hu> 6 2008-02-04 Magnus Henoch <mange@freemail.hu>
2 7
3 * url-expand.el: Require cl when compiling, for setf. 8 * url-expand.el: Require cl when compiling, for setf.
4 9
5 2008-01-29 John Wiegley <johnw@newartisans.com> 10 2008-01-29 John Wiegley <johnw@newartisans.com>