Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Thomas <swoon@bellatlantic.net>
Subject: Re: Error in current CVS, last-coding-system-used
Date: Sun, 06 Apr 2003 09:28:39 -0400	[thread overview]
Message-ID: <wf1k7e7zreg.fsf@grubzen.com> (raw)
In-Reply-To: <m3smsvkcvw.fsf@defun.localdomain> (Jesper Harder's message of "Sun, 06 Apr 2003 14:51:15 +0200")

Jesper Harder <harder@myrealbox.com> writes:

>> 	* mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
>> 	last-coding-system-used.
>
> Fixed.

No, it isn't.  Your patch is missing a ':

Index: lisp/mm-bodies.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-bodies.el,v
retrieving revision 6.19
diff -u -r6.19 mm-bodies.el
--- lisp/mm-bodies.el   6 Apr 2003 12:17:24 -0000       6.19
+++ lisp/mm-bodies.el   6 Apr 2003 13:26:30 -0000
@@ -278,7 +278,7 @@
            (mm-decode-coding-region-safely (point-min) (point-max)
                                            coding-system)))
        (setq buffer-file-coding-system
-             (if (boundp last-coding-system-used)
+             (if (boundp 'last-coding-system-used)
                  last-coding-system-used
                coding-system))))))
 



  reply	other threads:[~2003-04-06 13:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-06  8:12 Norbert Koch
2003-04-06 12:51 ` Jesper Harder
2003-04-06 13:28   ` Mark Thomas [this message]
2003-04-07  5:03     ` Norbert Koch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wf1k7e7zreg.fsf@grubzen.com \
    --to=swoon@bellatlantic.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).