(syms_of_msdos): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Wed, 8 May 1996 17:13:31 +0000 (17:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 8 May 1996 17:13:31 +0000 (17:13 +0000)
src/msdos.c

index cc05323..626119a 100644 (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 */