Function: nneething-insert-head

nneething-insert-head is a byte-compiled function defined in nneething.el.gz.

Signature

(nneething-insert-head FILE)

Documentation

Insert the head of FILE.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nneething.el.gz
(defun nneething-insert-head (file)
  "Insert the head of FILE."
  (when (nneething-get-head file)
    (insert-buffer-substring nneething-work-buffer)
    (goto-char (point-max))))