aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
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 ()
2923 staticpro (&recent_doskeys); 2923 staticpro (&recent_doskeys);
2924 2924
2925 defsubr (&Srecent_doskeys); 2925 defsubr (&Srecent_doskeys);
2926 defsubt (&Smsdos_long_file_names); 2926 defsubr (&Smsdos_long_file_names);
2927} 2927}
2928 2928
2929#endif /* MSDOS */ 2929#endif /* MSDOS */