(rfc2047-fold-region): Use gnus-point-at-bol.
authorDave Love <fx@gnu.org>
Thu, 5 Oct 2000 21:07:38 +0000 (21:07 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Oct 2000 21:07:38 +0000 (21:07 +0000)
(rfc2047-charset-encoding-alist): Add iso-8859-1[45].

lisp/rfc2047.el

index 3fceca3..5e2eed4 100644 (file)
@@ -61,6 +61,8 @@ The values can be:
     (iso-8859-7 . Q)
     (iso-8859-8 . Q)
     (iso-8859-9 . Q)
+    (iso-8859-14 . Q)
+    (iso-8859-15 . Q)
     (iso-2022-jp . B)
     (iso-2022-kr . B)
     (gb2312 . B)
@@ -298,7 +300,7 @@ Should be called narrowed to the head of the message."
          (setq break (point)))
         ((and break
               (looking-at "\\?=")
-              (> (- (point) (save-excursion (beginning-of-line) (point))) 76))
+              (> (- (point) (gnus-point-at-bol)) 76))
          (goto-char break)
          (setq break nil)
          (insert "\n ")))