Mercurial > emacs
view autogen.sh @ 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 | 156cffa89b1b |
children | 4c90ffeb71c5 7b9e6639caa3 |
line wrap: on
line source
#!/bin/sh echo "Please read INSTALL.CVS for instructions on how to build Emacs from CVS." # Exit with failure, since people may have generic build scripts that # try things like "autogen.sh && ./configure && make". exit 1 # arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0