aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorKatsumi Yamaoka2010-08-30 23:24:56 +0000
committerKatsumi Yamaoka2010-08-30 23:24:56 +0000
commitf5ec697d93e389a9e770bdf336148f5e9505817f (patch)
treea0991f4b2257e03b2e35d2ec7615fabb7fb557f9 /lisp/net
parente17b68ed837cc835c46b4e518d05810a73997ac5 (diff)
downloademacs-f5ec697d93e389a9e770bdf336148f5e9505817f.tar.gz
emacs-f5ec697d93e389a9e770bdf336148f5e9505817f.zip
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/net')
-rw-r--r--lisp/net/imap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/imap.el b/lisp/net/imap.el
index f9c89cd8162..785b02a2d41 100644
--- a/lisp/net/imap.el
+++ b/lisp/net/imap.el
@@ -267,7 +267,7 @@ See also `imap-log'."
267 :type 'string) 267 :type 'string)
268 268
269(defcustom imap-read-timeout (if (string-match 269(defcustom imap-read-timeout (if (string-match
270 "windows-nt\\|os/2\\|emx\\|cygwin" 270 "windows-nt\\|os/2\\|cygwin"
271 (symbol-name system-type)) 271 (symbol-name system-type))
272 1.0 272 1.0
273 0.1) 273 0.1)