Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 14 15:16:47 2012 +0100 +++ b/lisp/ChangeLog Mon Jul 02 20:39:12 2012 +0200 @@ -5208,6 +5208,12 @@ Bind print-gensym-alist to nil, as we do within byte-compile-output-docform. +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. + 2008-01-04 Michael Sperber <mike@xemacs.org> * code-files.el (insert-file-contents):