Variable: ffap-gopher-regexp
ffap-gopher-regexp is a variable defined in ffap.el.gz.
Value
"\\<\\(Type\\|Name\\|Path\\|Host\\|Port\\) *= *"
Documentation
Regexp matching a key in a gopher bookmark.
Set to nil to disable matching gopher bookmarks.
Source Code
;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defvar ffap-gopher-regexp
"\\<\\(Type\\|Name\\|Path\\|Host\\|Port\\) *= *"
"Regexp matching a key in a gopher bookmark.
Set to nil to disable matching gopher bookmarks.")