Function: newsticker--insert-bytes

newsticker--insert-bytes is a byte-compiled function defined in newst-backend.el.gz.

Signature

(newsticker--insert-bytes BYTES)

Documentation

Decode BYTES and insert in current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-backend.el.gz
;; ======================================================================
;;; Misc
;; ======================================================================

(defun newsticker--insert-bytes (bytes)
  "Decode BYTES and insert in current buffer."
  (insert (decode-coding-string bytes 'binary)))