(syms_of_msdos): Fix typo.

This commit is contained in:
Richard M. Stallman 1996-05-08 17:13:31 +00:00
parent c7856dbefc
commit 54bd13807d

View file

@ -2923,7 +2923,7 @@ syms_of_msdos ()
staticpro (&recent_doskeys);
defsubr (&Srecent_doskeys);
defsubt (&Smsdos_long_file_names);
defsubr (&Smsdos_long_file_names);
}
#endif /* MSDOS */