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/qp.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/qp.el
Date: Tue, 20 Aug 2002 21:32:04 -0400

Index: emacs/lisp/gnus/qp.el
diff -c emacs/lisp/gnus/qp.el:1.11 emacs/lisp/gnus/qp.el:1.12
*** emacs/lisp/gnus/qp.el:1.11  Mon Jun 18 08:36:46 2001
--- emacs/lisp/gnus/qp.el       Tue Mar  5 14:26:30 2002
***************
*** 35,41 ****
  (defun quoted-printable-decode-region (from to &optional coding-system)
    "Decode quoted-printable in the region between FROM and TO, per RFC 2045.
  If CODING-SYSTEM is non-nil, decode bytes into characters with that
! coding-system."
    (interactive
     ;; Let the user determine the coding system with "C-x RET c".
     (list (region-beginning) (region-end) coding-system-for-read))
--- 35,44 ----
  (defun quoted-printable-decode-region (from to &optional coding-system)
    "Decode quoted-printable in the region between FROM and TO, per RFC 2045.
  If CODING-SYSTEM is non-nil, decode bytes into characters with that
! coding-system.
! 
! Interactively, you can supply the CODING-SYSTEM argument
! with \\[universal-coding-system-argument]."
    (interactive
     ;; Let the user determine the coding system with "C-x RET c".
     (list (region-beginning) (region-end) coding-system-for-read))




reply via email to

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