diff options
| author | Reuben Thomas | 2014-08-07 11:15:52 +0100 |
|---|---|---|
| committer | Reuben Thomas | 2014-08-07 11:15:52 +0100 |
| commit | 6c5bbf8a00919b191d5319ee9324c93f1c496dbf (patch) | |
| tree | 8e23368e50cbc3116ed00d9f3a22d0bb377b367b | |
| parent | df514ccf9b9e6a4a3864d57c92425b7d7de1fd7b (diff) | |
| download | emacs-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.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/arc-mode.el | 2 | ||||
| -rw-r--r-- | lisp/files.el | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/editfns.c | 2 | ||||
| -rw-r--r-- | src/xfaces.c | 2 |
8 files changed, 27 insertions, 8 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-07 Reuben Thomas <rrt@sc3d.org> | ||
| 2 | |||
| 3 | * README: ``MSDOG'' becomes ``MS-DOS''. | ||
| 4 | |||
| 1 | 2014-08-04 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-08-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Merge from gnulib, incorporating: | 7 | Merge from gnulib, incorporating: |
| @@ -84,7 +84,7 @@ There are several subdirectories: | |||
| 84 | `doc/lispref' holds the source code for the Emacs Lisp reference manual. | 84 | `doc/lispref' holds the source code for the Emacs Lisp reference manual. |
| 85 | `doc/lispintro' holds the source code for the Introduction to Programming | 85 | `doc/lispintro' holds the source code for the Introduction to Programming |
| 86 | in Emacs Lisp manual. | 86 | in Emacs Lisp manual. |
| 87 | `msdos' holds configuration files for compiling Emacs under MSDOG. | 87 | `msdos' holds configuration files for compiling Emacs under MS-DOS. |
| 88 | `nextstep' holds instructions and some other files for compiling the | 88 | `nextstep' holds instructions and some other files for compiling the |
| 89 | Nextstep port of Emacs, for GNUstep and Mac OS X Cocoa. | 89 | Nextstep port of Emacs, for GNUstep and Mac OS X Cocoa. |
| 90 | `nt' holds various command files and documentation files that pertain | 90 | `nt' holds various command files and documentation files that pertain |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c529d1f0d3..9948ec0d3c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | 2 | ||
| 3 | Refer to MS-DOS using the same name everywhere. | 3 | Refer to MS-DOS using the same name everywhere. |
| 4 | 4 | ||
| 5 | * arc-mode.el: Fix a couple of ``MS-DOG''s missed in the previous | ||
| 6 | commit. | ||
| 7 | * file-mode.el: ditto. | ||
| 8 | |||
| 9 | 2014-08-07 Reuben Thomas <rrt@sc3d.org> | ||
| 10 | |||
| 11 | Refer to MS-DOS using the same name everywhere. | ||
| 12 | |||
| 5 | * arc-mode.el: ``MS-DOG'', ``MSDOG'' and ``msdog'' become | 13 | * arc-mode.el: ``MS-DOG'', ``MSDOG'' and ``msdog'' become |
| 6 | ``MS-DOS''. | 14 | ``MS-DOS''. |
| 7 | * frame.el: ditto. | 15 | * frame.el: ditto. |
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index f1bdbf1a325..ef155ee2b99 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | ;; understand the directory level of the archives. For this reason, | 31 | ;; understand the directory level of the archives. For this reason, |
| 32 | ;; you should expect this code to need more fiddling than tar-mode.el | 32 | ;; you should expect this code to need more fiddling than tar-mode.el |
| 33 | ;; (although it at present has fewer bugs :-) In particular, I have | 33 | ;; (although it at present has fewer bugs :-) In particular, I have |
| 34 | ;; not tested this under Ms-Dog myself. | 34 | ;; not tested this under MS-DOS myself. |
| 35 | ;; ------------------------------------- | 35 | ;; ------------------------------------- |
| 36 | ;; INTERACTION: arc-mode.el should play together with | 36 | ;; INTERACTION: arc-mode.el should play together with |
| 37 | ;; | 37 | ;; |
diff --git a/lisp/files.el b/lisp/files.el index 9272e98384f..597afb99120 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2412,11 +2412,10 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode) | |||
| 2412 | ("\\.by\\'" . bovine-grammar-mode) | 2412 | ("\\.by\\'" . bovine-grammar-mode) |
| 2413 | ("\\.wy\\'" . wisent-grammar-mode) | 2413 | ("\\.wy\\'" . wisent-grammar-mode) |
| 2414 | ;; .emacs or .gnus or .viper following a directory delimiter in | 2414 | ;; .emacs or .gnus or .viper following a directory delimiter in |
| 2415 | ;; Unix, MSDOG or VMS syntax. | 2415 | ;; Unix or MS-DOS syntax. |
| 2416 | ("[]>:/\\]\\..*\\(emacs\\|gnus\\|viper\\)\\'" . emacs-lisp-mode) | 2416 | ("[]>:/\\]\\..*\\(emacs\\|gnus\\|viper\\)\\'" . emacs-lisp-mode) |
| 2417 | ("\\`\\..*emacs\\'" . emacs-lisp-mode) | 2417 | ("\\`\\..*emacs\\'" . emacs-lisp-mode) |
| 2418 | ;; _emacs following a directory delimiter | 2418 | ;; _emacs following a directory delimiter in MS-DOS syntax |
| 2419 | ;; in MsDos syntax | ||
| 2420 | ("[:/]_emacs\\'" . emacs-lisp-mode) | 2419 | ("[:/]_emacs\\'" . emacs-lisp-mode) |
| 2421 | ("/crontab\\.X*[0-9]+\\'" . shell-script-mode) | 2420 | ("/crontab\\.X*[0-9]+\\'" . shell-script-mode) |
| 2422 | ("\\.ml\\'" . lisp-mode) | 2421 | ("\\.ml\\'" . lisp-mode) |
| @@ -2439,7 +2438,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode) | |||
| 2439 | ("\\.\\(asn\\|mib\\|smi\\)\\'" . snmp-mode) | 2438 | ("\\.\\(asn\\|mib\\|smi\\)\\'" . snmp-mode) |
| 2440 | ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode) | 2439 | ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode) |
| 2441 | ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) | 2440 | ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) |
| 2442 | ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG | 2441 | ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MS-DOS |
| 2443 | ("\\.[eE]?[pP][sS]\\'" . ps-mode) | 2442 | ("\\.[eE]?[pP][sS]\\'" . ps-mode) |
| 2444 | ("\\.\\(?:PDF\\|DVI\\|OD[FGPST]\\|DOCX?\\|XLSX?\\|PPTX?\\|pdf\\|djvu\\|dvi\\|od[fgpst]\\|docx?\\|xlsx?\\|pptx?\\)\\'" . doc-view-mode-maybe) | 2443 | ("\\.\\(?:PDF\\|DVI\\|OD[FGPST]\\|DOCX?\\|XLSX?\\|PPTX?\\|pdf\\|djvu\\|dvi\\|od[fgpst]\\|docx?\\|xlsx?\\|pptx?\\)\\'" . doc-view-mode-maybe) |
| 2445 | ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode) | 2444 | ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode) |
diff --git a/src/ChangeLog b/src/ChangeLog index a5560f09e0f..9369ee25cca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-08-07 Reuben Thomas <rrt@sc3d.org> | ||
| 2 | |||
| 3 | Refer to MS-DOS using the same name everywhere. | ||
| 4 | |||
| 5 | * editfns.c: Fix a couple of ``MS-DOG''s missed in the previous | ||
| 6 | commit. | ||
| 7 | * xfaces.c: ditto. | ||
| 8 | |||
| 1 | 2014-08-05 Martin Rudalics <rudalics@gmx.at> | 9 | 2014-08-05 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * w32term.c (w32_redeem_scroll_bar): | 11 | * w32term.c (w32_redeem_scroll_bar): |
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 |
diff --git a/src/xfaces.c b/src/xfaces.c index 34895123db9..047f75ffb19 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1068,7 +1068,7 @@ tty_color_name (struct frame *f, int idx) | |||
| 1068 | return XCAR (coldesc); | 1068 | return XCAR (coldesc); |
| 1069 | } | 1069 | } |
| 1070 | #ifdef MSDOS | 1070 | #ifdef MSDOS |
| 1071 | /* We can have an MSDOG frame under -nw for a short window of | 1071 | /* We can have an MS-DOS frame under -nw for a short window of |
| 1072 | opportunity before internal_terminal_init is called. DTRT. */ | 1072 | opportunity before internal_terminal_init is called. DTRT. */ |
| 1073 | if (FRAME_MSDOS_P (f) && !inhibit_window_system) | 1073 | if (FRAME_MSDOS_P (f) && !inhibit_window_system) |
| 1074 | return msdos_stdcolor_name (idx); | 1074 | return msdos_stdcolor_name (idx); |