Function: nnheader-ms-strip-cr

nnheader-ms-strip-cr is a byte-compiled function defined in nnheader.el.gz.

Signature

(nnheader-ms-strip-cr)

Documentation

Strip ^M from the end of all lines.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
(defun nnheader-ms-strip-cr ()
  "Strip ^M from the end of all lines."
  (save-excursion
    (nnheader-remove-cr-followed-by-lf)))