diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-03-08 02:34:26 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-03-08 02:34:26 +0000 |
commit | d9507ec54e19ebd27d0161fd3a5906de08e65ad8 (patch) | |
tree | 5724bcc9c50a2ba8b9b545dfcd2cce532707f857 /lisp/gnus/mm-uu.el | |
parent | 7a08ed357d4c747986457d3d1250335bb214a089 (diff) | |
download | emacs-d9507ec54e19ebd27d0161fd3a5906de08e65ad8.tar.gz |
mm-uu.el (mm-uu-type-alist): Comment fix by Frank Haun <fh@fhaun.de>
Diffstat (limited to 'lisp/gnus/mm-uu.el')
-rw-r--r-- | lisp/gnus/mm-uu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 327665bdbbf..4f046d6a422 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -187,7 +187,7 @@ This can be either \"inline\" or \"attachment\".") nil) (verbatim-marks ;; slrn-style verbatim marks, see - ;; http://www.slrn.org/manual/slrn-manual-6.html#ss6.81 + ;; http://slrn.sourceforge.net/docs/slrn-manual-6.html#process_verbatim_marks "^#v\\+" "^#v\\-$" (lambda () (mm-uu-verbatim-marks-extract 0 0)) |