diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-22 21:59:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-22 21:59:40 +0000 |
commit | a337468045409bc0d9179f4cdda010dbab2a5989 (patch) | |
tree | ce85d6ca33e474a2c4acb3e14160c8ff9a9bb9e3 /lisp/international/mule-cmds.el | |
parent | 3f12e3f4bf054763b6507577e72a55a02302ace7 (diff) | |
download | emacs-a337468045409bc0d9179f4cdda010dbab2a5989.tar.gz |
Remove code for defunct system-types emx, macos, mswindows,
unisoft-unix, vax-vms, win32, w32.
Diffstat (limited to 'lisp/international/mule-cmds.el')
-rw-r--r-- | lisp/international/mule-cmds.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 5ec3f286b9d..6579297ba0c 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1968,7 +1968,6 @@ See `set-language-info-alist' for use in programs." (eol-type (if (null default-buffer-file-coding-system) (cond ((memq system-type '(windows-nt ms-dos)) 1) - ((eq system-type 'macos) 2) (t 0)) (coding-system-eol-type default-buffer-file-coding-system)))) (when priority |