New directory
[bpt/emacs.git] / mac / src / chdir.c
index a982e94..cfa77c8 100644 (file)
@@ -41,6 +41,3 @@ int chdir(const char *path)
 
   return error == noErr ? 0 : -1;
 }
-
-/* arch-tag: f567b034-fd9e-43d1-94cb-9012375237d1
-   (do not change this comment) */