diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-05-08 17:13:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-05-08 17:13:31 +0000 |
commit | 54bd13807dd7ccafba18157bd2d6cfc471598160 (patch) | |
tree | ee0e96aac07784e9d2768afb94199bc147402f35 /src/msdos.c | |
parent | c7856dbefcd0402fddaf412b33e30db8c48d68c2 (diff) | |
download | emacs-54bd13807dd7ccafba18157bd2d6cfc471598160.tar.gz |
(syms_of_msdos): Fix typo.
Diffstat (limited to 'src/msdos.c')
-rw-r--r-- | src/msdos.c | 2 |
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 () staticpro (&recent_doskeys); defsubr (&Srecent_doskeys); - defsubt (&Smsdos_long_file_names); + defsubr (&Smsdos_long_file_names); } #endif /* MSDOS */ |