diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/lread.c | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c index 7b43dedecfb..24805abb4eb 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1336,9 +1336,6 @@ complete_filename_p (pathname) | |||
| 1336 | return (IS_DIRECTORY_SEP (s[0]) | 1336 | return (IS_DIRECTORY_SEP (s[0]) |
| 1337 | || (SCHARS (pathname) > 2 | 1337 | || (SCHARS (pathname) > 2 |
| 1338 | && IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2])) | 1338 | && IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2])) |
| 1339 | #ifdef ALTOS | ||
| 1340 | || *s == '@' | ||
| 1341 | #endif | ||
| 1342 | #ifdef VMS | 1339 | #ifdef VMS |
| 1343 | || index (s, ':') | 1340 | || index (s, ':') |
| 1344 | #endif /* VMS */ | 1341 | #endif /* VMS */ |