From: Richard M. Stallman Date: Wed, 8 May 1996 17:13:31 +0000 (+0000) Subject: (syms_of_msdos): Fix typo. X-Git-Tag: emacs-19.34~676 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54bd13807dd7ccafba18157bd2d6cfc471598160;p=emacs.git (syms_of_msdos): Fix typo. --- diff --git a/src/msdos.c b/src/msdos.c index cc05323c97f..626119a0c00 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 */