emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mml.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml.el [emacs-unicode-2]
Date: Mon, 27 Sep 2004 07:09:28 -0400

Index: emacs/lisp/gnus/mml.el
diff -c emacs/lisp/gnus/mml.el:1.15.6.3 emacs/lisp/gnus/mml.el:1.15.6.4
*** emacs/lisp/gnus/mml.el:1.15.6.3     Tue Sep 21 09:34:08 2004
--- emacs/lisp/gnus/mml.el      Mon Sep 27 11:02:42 2004
***************
*** 1,5 ****
  ;;; mml.el --- A package for parsing and validating MML documents
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,5 ----
  ;;; mml.el --- A package for parsing and validating MML documents
! ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 213,220 ****
                         (list
                          (intern (downcase (cdr (assq 'charset tag))))))
                        (t
!                        (mm-find-mime-charset-region point (point)
!                                                     mm-hack-charsets))))
        (when (and (not raw) (memq nil charsets))
          (if (or (memq 'unknown-encoding mml-confirmation-set)
                  (message-options-get 'unknown-encoding)
--- 213,219 ----
                         (list
                          (intern (downcase (cdr (assq 'charset tag))))))
                        (t
!                        (mm-find-mime-charset-region point (point)))))
        (when (and (not raw) (memq nil charsets))
          (if (or (memq 'unknown-encoding mml-confirmation-set)
                  (message-options-get 'unknown-encoding)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]