aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-05-08 17:13:31 +0000
committerRichard M. Stallman1996-05-08 17:13:31 +0000
commit54bd13807dd7ccafba18157bd2d6cfc471598160 (patch)
treeee0e96aac07784e9d2768afb94199bc147402f35 /src
parentc7856dbefcd0402fddaf412b33e30db8c48d68c2 (diff)
downloademacs-54bd13807dd7ccafba18157bd2d6cfc471598160.tar.gz
emacs-54bd13807dd7ccafba18157bd2d6cfc471598160.zip
(syms_of_msdos): Fix typo.
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 */