Function: erc-stamp--dedupe-date-stamps-from-buffer

erc-stamp--dedupe-date-stamps-from-buffer is a byte-compiled function defined in erc-stamp.el.gz.

Signature

(erc-stamp--dedupe-date-stamps-from-buffer OLD-BUFFER)

Documentation

Merge date stamps from OLD-BUFFER into in the current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-stamp--dedupe-date-stamps-from-buffer (old-buffer)
  "Merge date stamps from OLD-BUFFER into in the current buffer."
  (let ((old-stamps (buffer-local-value 'erc-stamp--date-stamps old-buffer)))
    (erc-stamp--dedupe-date-stamps old-stamps)))