* movemail.c:
[bpt/emacs.git] / src / lread.c
index a7fe30e..271fd98 100644 (file)
@@ -1113,9 +1113,6 @@ complete_filename_p (pathname)
   return (IS_DIRECTORY_SEP (s[0])
          || (SCHARS (pathname) > 2
              && IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2]))
-#ifdef ALTOS
-         || *s == '@'
-#endif
 #ifdef VMS
          || index (s, ':')
 #endif /* VMS */