comparison lisp/ChangeLog @ 5668:ee95ef1e644c

Update `file-name-remote-p'. 2008-01-03 Michael Sperber <mike@xemacs.org> * files.el (file-remote-p): Synch with GNU Emac: Add `identification' and `connected' parameters, and use file-name handler if available. Zap support for ange-ftp.
author Mike Sperber <sperber@deinprogramm.de>
date Mon, 02 Jul 2012 20:39:12 +0200
parents b4715fcbe001
children 900a0a8796c3
comparison
equal deleted inserted replaced
5667:b4715fcbe001 5668:ee95ef1e644c
5205 2008-01-14 Aidan Kehoe <kehoea@parhasard.net> 5205 2008-01-14 Aidan Kehoe <kehoea@parhasard.net>
5206 5206
5207 * bytecomp.el (byte-compile-output-file-form): 5207 * bytecomp.el (byte-compile-output-file-form):
5208 Bind print-gensym-alist to nil, as we do within 5208 Bind print-gensym-alist to nil, as we do within
5209 byte-compile-output-docform. 5209 byte-compile-output-docform.
5210
5211 2008-01-03 Michael Sperber <mike@xemacs.org>
5212
5213 * files.el (file-remote-p): Synch with GNU Emac: Add
5214 `identification' and `connected' parameters, and use file-name
5215 handler if available. Zap support for ange-ftp.
5210 5216
5211 2008-01-04 Michael Sperber <mike@xemacs.org> 5217 2008-01-04 Michael Sperber <mike@xemacs.org>
5212 5218
5213 * code-files.el (insert-file-contents): 5219 * code-files.el (insert-file-contents):
5214 (load): Don't call `substitute-in-file-name' on the file name. 5220 (load): Don't call `substitute-in-file-name' on the file name.