Variable: erc-stamp--margin-left-p

erc-stamp--margin-left-p is a buffer-local variable defined in erc-stamp.el.gz.

Documentation

Whether erc-stamp--display-margin-mode(var)/erc-stamp--display-margin-mode(fun) uses the left margin.

During initialization, the mode respects this variable's existing value if it already has a local binding. Otherwise, modules can bind this to any value while enabling the mode. If it's nil, ERC will check to see if erc-insert-timestamp-function is erc-insert-timestamp-left, interpreting the latter as a non-nil value. It'll then coerce any non-nil value to t.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar-local erc-stamp--margin-left-p nil
  "Whether `erc-stamp--display-margin-mode' uses the left margin.
During initialization, the mode respects this variable's existing
value if it already has a local binding.  Otherwise, modules can
bind this to any value while enabling the mode.  If it's nil, ERC
will check to see if `erc-insert-timestamp-function' is
`erc-insert-timestamp-left', interpreting the latter as a non-nil
value.  It'll then coerce any non-nil value to t.")