Mercurial > emacs
comparison lisp/gnus/nnheader.el @ 87233:98afb1afc305
(ietf-drums-unfold-fws): Autoload it.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 11 Dec 2007 05:24:02 +0000 |
parents | 1cdfc94602cb |
children | 107ccd98fa12 2fcaae6177a5 |
comparison
equal
deleted
inserted
replaced
87232:0f083156a012 | 87233:98afb1afc305 |
---|---|
248 (delete-char 1))) | 248 (delete-char 1))) |
249 | 249 |
250 (defsubst nnheader-header-value () | 250 (defsubst nnheader-header-value () |
251 (skip-chars-forward " \t") | 251 (skip-chars-forward " \t") |
252 (buffer-substring (point) (point-at-eol))) | 252 (buffer-substring (point) (point-at-eol))) |
253 | |
254 (autoload 'ietf-drums-unfold-fws "ietf-drums") | |
253 | 255 |
254 (defun nnheader-parse-naked-head (&optional number) | 256 (defun nnheader-parse-naked-head (&optional number) |
255 ;; This function unfolds continuation lines in this buffer | 257 ;; This function unfolds continuation lines in this buffer |
256 ;; destructively. When this side effect is unwanted, use | 258 ;; destructively. When this side effect is unwanted, use |
257 ;; `nnheader-parse-head' instead of this function. | 259 ;; `nnheader-parse-head' instead of this function. |