diff lisp/gnus/mailcap.el @ 110039:459fd421257a

gnus-group-completing-read: Add 'substring to completion-styles for group selection; imap.el, mailcap.el, message.el, mm-util.el, nnheader.el, nnmail.el, pop3.el: Remove references to outdated systems; References to win32 w32 mswindows ms-windows emx were probably cargo-culted, and are removed for clarity; By Lars Magne Ingebrigtsen <larsi@gnus.org>.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 30 Aug 2010 23:24:56 +0000
parents 1d1d5d9bd884
children 8d09094063d0
line wrap: on
line diff
--- a/lisp/gnus/mailcap.el	Mon Aug 30 22:34:52 2010 +0200
+++ b/lisp/gnus/mailcap.el	Mon Aug 30 23:24:56 2010 +0000
@@ -335,7 +335,7 @@
   :group 'mailcap)
 
 (defvar mailcap-poor-system-types
-  '(ms-dos ms-windows windows-nt win32 w32 mswindows)
+  '(ms-dos windows-nt)
   "Systems that don't have a Unix-like directory hierarchy.")
 
 ;;;