diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 23:24:56 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 23:24:56 +0000 |
commit | f5ec697d93e389a9e770bdf336148f5e9505817f (patch) | |
tree | a0991f4b2257e03b2e35d2ec7615fabb7fb557f9 /lisp/gnus/mailcap.el | |
parent | e17b68ed837cc835c46b4e518d05810a73997ac5 (diff) | |
download | emacs-f5ec697d93e389a9e770bdf336148f5e9505817f.tar.gz |
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>.
Diffstat (limited to 'lisp/gnus/mailcap.el')
-rw-r--r-- | lisp/gnus/mailcap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mailcap.el b/lisp/gnus/mailcap.el index e725dfcea88..6461a9ae743 100644 --- a/lisp/gnus/mailcap.el +++ b/lisp/gnus/mailcap.el @@ -335,7 +335,7 @@ nil means your home directory." :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.") ;;; |