comparison lisp/gnus/nnheader.el @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 53108e6cea98 98afb1afc305
children 606f2d163a64
comparison
equal deleted inserted replaced
91238:5cf14a2107b5 91239:2fcaae6177a5
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.