diff options
author | Glenn Morris <rgm@gnu.org> | 2017-04-08 13:16:08 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-04-08 13:16:08 -0700 |
commit | bca1fde85f44d0cb04aec25b0a93d37bbd757460 (patch) | |
tree | 1fbc47f3b0b15acbfddb73eacf61ad58940ede79 /lisp/url/url-vars.el | |
parent | b7d61609bd2a5a97b63733a4c16194850e48de2a (diff) | |
download | emacs-bca1fde85f44d0cb04aec25b0a93d37bbd757460.tar.gz |
Remove references to OS/2 in code, doc, and comments
* lisp/gnus/nnheader.el (nnheader-read-timeout)
(nnheader-file-name-translation-alist): Remove OS/2 case, and simplify.
* lisp/emulation/viper-util.el (viper-color-defined-p):
* lisp/net/pop3.el (pop3-read-timeout):
* lisp/net/imap.el (imap-read-timeout):
* lisp/url/url-privacy.el (url-setup-privacy-info): Remove OS/2 case.
* lisp/emulation/viper-ex.el (viper-glob-function):
* lisp/vc/ediff-util.el (ediff-submit-report): Doc fix.
* lisp/cus-edit.el (custom-display): Remove "pm" (OS/2).
* doc/emacs/msdos-xtra.texi (MS-DOS):
* doc/misc/gnus.texi (Various Various):
* doc/misc/viper.texi (Rudimentary Changes): Remove mentions of OS/2.
; * lisp/url/url.el, lisp/url/url-vars.el:
; * lisp/progmodes/cperl-mode.el: Remove old comments.
Diffstat (limited to 'lisp/url/url-vars.el')
-rw-r--r-- | lisp/url/url-vars.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index d6c4667da46..f08779f6950 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -410,10 +410,6 @@ Should be one of: :group 'url :type 'hook) -;;; Make OS/2 happy - yeeks -;; (defvar tcp-binary-process-input-services nil -;; "*Make OS/2 happy with our CRLF pairs...") - (defconst url-working-buffer " *url-work") (defvar url-gateway-unplugged nil |