[comp.emacs] MicroEmacs 3.8b bugs for ATARI ST

DERMOTT@DREA-XX.ARPA.UUCP (03/04/87)

I missed one bug for the ATARI ST MicroEmacs 3.8b

13/ In FILE.C , makename() use same code as MSDOS to strip Directory name
from file name :

#if	MSDOS | ST520
	while (cp1!=&fname[0] && cp1[-1]!=':' && cp1[-1]!='\\'&&cp1[-1]!='/')
		--cp1;
#endif

David Dermott- DERMOTT@DREA-XX.ARPA
-------