Variable: gnus-outlook-deuglify-no-wrap-chars

gnus-outlook-deuglify-no-wrap-chars is a customizable variable defined in deuglify.el.gz.

Value

"`"

Documentation

Characters that, when at beginning of line, inhibit unwrapping.

When one of these characters is the first one in the possibly wrapped line, it disallows unwrapping.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/deuglify.el.gz
(defcustom gnus-outlook-deuglify-no-wrap-chars "`"
  "Characters that, when at beginning of line, inhibit unwrapping.
When one of these characters is the first one in the possibly
wrapped line, it disallows unwrapping."
  :version "22.1"
  :type 'string)