Variable: rcirc-buffer-maximum-lines
rcirc-buffer-maximum-lines is a customizable variable defined in
rcirc.el.gz.
Value
nil
Documentation
The maximum size in lines for rcirc buffers.
Channel buffers are truncated from the top to be no greater than this number. If zero or nil, no truncating is done.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-buffer-maximum-lines nil
"The maximum size in lines for rcirc buffers.
Channel buffers are truncated from the top to be no greater than this
number. If zero or nil, no truncating is done."
:type '(choice (const :tag "No truncation" nil)
(integer :tag "Number of lines")))