2001-03-08 02:41:36 Katsumi Yamaoka <yamaoka@jpl.org>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 8 Mar 2001 13:05:48 +0000 (13:05 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 8 Mar 2001 13:05:48 +0000 (13:05 +0000)
Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>

* rfc2047.el (rfc2047-unfold-region): Fix arg of
`skip-chars-forward'.

lisp/ChangeLog
lisp/rfc2047.el

index 7685bf2..1112001 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
+       Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2047.el (rfc2047-unfold-region): Fix arg of
+       `skip-chars-forward'.
+       
 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nndraft.el (nndraft-request-group): Restore auto save files if
index 8214e20..a14ef2c 100644 (file)
@@ -386,7 +386,7 @@ The buffer may be narrowed."
            (progn
              (goto-char eol)
              (delete-region eol (progn
-                                  (skip-chars-forward "[ \t\n\r]+")
+                                  (skip-chars-forward " \t\n\r")
                                   (1- (point)))))
          (setq bol (gnus-point-at-bol)))
        (setq eol (gnus-point-at-eol))