comparison lisp/ChangeLog @ 106613:291ea018e478

* files.el (file-expand-wildcards): In case of remote files, check only local file name part for wildcards. Provide feature 'files and subfeature 'remote-wildcards. (Bug#5198) * net/tramp.el (tramp-handle-file-remote-p): Expand file name only if there is already an established connection. (tramp-advice-file-expand-wildcards): Remove it. * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'. (tramp-advice-file-expand-wildcards): Moved from tramp.el. Activate advice for older GNU Emacs versions. (Bug#5237)
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 17 Dec 2009 13:18:03 +0000
parents 127ccb50f94e
children 78f92ffeb7ab
comparison
equal deleted inserted replaced
106612:8eda61c377f7 106613:291ea018e478
1 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2
3 Make `file-expand-wildcards' work for remote files.
4
5 * files.el (file-expand-wildcards): In case of remote files, check
6 only local file name part for wildcards. Provide feature 'files
7 and subfeature 'remote-wildcards. (Bug#5198)
8
9 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
10 if there is already an established connection.
11 (tramp-advice-file-expand-wildcards): Remove it.
12
13 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
15 Activate advice for older GNU Emacs versions. (Bug#5237)
16
1 2009-12-17 Juanma Barranquero <lekktu@gmail.com> 17 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2 18
3 Some doc fixes (more needed). 19 Some doc fixes (more needed).
4 20
5 * find-cmd.el (find-constituents): Reflow docstring. 21 * find-cmd.el (find-constituents): Reflow docstring.