aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorReuben Thomas2014-08-07 11:15:52 +0100
committerReuben Thomas2014-08-07 11:15:52 +0100
commit6c5bbf8a00919b191d5319ee9324c93f1c496dbf (patch)
tree8e23368e50cbc3116ed00d9f3a22d0bb377b367b /src/editfns.c
parentdf514ccf9b9e6a4a3864d57c92425b7d7de1fd7b (diff)
downloademacs-6c5bbf8a00919b191d5319ee9324c93f1c496dbf.tar.gz
emacs-6c5bbf8a00919b191d5319ee9324c93f1c496dbf.zip
Fix a few ``MS-DOG''s overlooked in the previous commit.
* README: ``MSDOG'' becomes ``MS-DOS''. * lisp/arc-mode.el: Fix a couple of ``MS-DOG''s missed in the previous commit. * lisp/file-mode.el: ditto. * src/editfns.c: Fix a couple of ``MS-DOG''s missed in the previous commit. * src/xfaces.c: ditto.
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index f779bb9ebb6..a906aead09a 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -112,7 +112,7 @@ init_editfns (void)
112 pw = getpwuid (getuid ()); 112 pw = getpwuid (getuid ());
113#ifdef MSDOS 113#ifdef MSDOS
114 /* We let the real user name default to "root" because that's quite 114 /* We let the real user name default to "root" because that's quite
115 accurate on MSDOG and because it lets Emacs find the init file. 115 accurate on MS-DOS and because it lets Emacs find the init file.
116 (The DVX libraries override the Djgpp libraries here.) */ 116 (The DVX libraries override the Djgpp libraries here.) */
117 Vuser_real_login_name = build_string (pw ? pw->pw_name : "root"); 117 Vuser_real_login_name = build_string (pw ? pw->pw_name : "root");
118#else 118#else