Variable: erc-timestamp-last-window-width

erc-timestamp-last-window-width is a buffer-local variable defined in erc-stamp.el.gz.

Documentation

The width of the last window that showed the current buffer.

his is used by erc-insert-timestamp-right when the current buffer is not shown in any window.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar-local erc-timestamp-last-window-width nil
  "The width of the last window that showed the current buffer.
his is used by `erc-insert-timestamp-right' when the current
buffer is not shown in any window.")