diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:24:02 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-11 05:24:02 +0000 |
commit | 8867ac549103837c58e20949bc78bf33814a9238 (patch) | |
tree | eb1a7eb27783c6bbc01f350b12e1c5947a5d9fc8 /lisp/gnus | |
parent | 163a3c6aee8034d447e4f066307f32d8aa010e59 (diff) | |
download | emacs-8867ac549103837c58e20949bc78bf33814a9238.tar.gz emacs-8867ac549103837c58e20949bc78bf33814a9238.tar.bz2 emacs-8867ac549103837c58e20949bc78bf33814a9238.zip |
(ietf-drums-unfold-fws): Autoload it.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/nnheader.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index 11cb4bff55c..79783f535c3 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el @@ -251,6 +251,8 @@ on your system, you could say something like: (skip-chars-forward " \t") (buffer-substring (point) (point-at-eol))) +(autoload 'ietf-drums-unfold-fws "ietf-drums") + (defun nnheader-parse-naked-head (&optional number) ;; This function unfolds continuation lines in this buffer ;; destructively. When this side effect is unwanted, use |