Variable: url-gateway-local-host-regexp

url-gateway-local-host-regexp is a customizable variable defined in url-gw.el.gz.

Value

nil

Documentation

A regular expression specifying local hostnames/machines.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-gw.el.gz
(defcustom url-gateway-local-host-regexp nil
  "A regular expression specifying local hostnames/machines."
  :type '(choice (const nil) regexp)
  :group 'url-gateway)