From 54bd13807dd7ccafba18157bd2d6cfc471598160 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 8 May 1996 17:13:31 +0000 Subject: [PATCH] (syms_of_msdos): Fix typo. --- src/msdos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msdos.c b/src/msdos.c index cc05323c97..626119a0c0 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -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 */ -- 2.20.1