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/mm-encode.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-encode.el
Date: Fri, 04 Apr 2003 01:22:14 -0500

Index: emacs/lisp/gnus/mm-encode.el
diff -c emacs/lisp/gnus/mm-encode.el:1.7 emacs/lisp/gnus/mm-encode.el:1.8
*** emacs/lisp/gnus/mm-encode.el:1.7    Fri Nov 29 10:57:52 2002
--- emacs/lisp/gnus/mm-encode.el        Tue Feb  4 08:06:38 2003
***************
*** 1,4 ****
! ;;; mm-encode.el --- functions for encoding MIME things 
  ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,4 ----
! ;;; mm-encode.el --- functions for encoding MIME things
  ;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 144,150 ****
        (while rules
        (when (string-match (caar rules) type)
          (throw 'found
!                (let ((encoding 
                        (if (eq (cadr (car rules)) 'qp-or-base64)
                            (mm-qp-or-base64)
                          (cadr (car rules)))))
--- 144,150 ----
        (while rules
        (when (string-match (caar rules) type)
          (throw 'found
!                (let ((encoding
                        (if (eq (cadr (car rules)) 'qp-or-base64)
                            (mm-qp-or-base64)
                          (cadr (car rules)))))




reply via email to

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