On 13 Sep 99, Kai =?iso-8859-1?Q?Gro=DFjohann?= <[EMAIL PROTECTED]> 
wrote:
> Erik Arneson <[EMAIL PROTECTED]> writes:
> > Just to complicate things further, I have another odd bug report.
> 
> I thought this bug was squished now.  Search your rcp.el for the
> places where last-coding-system-used is used.  Are they wrapped with a
> conditional on (featurep 'mule)?  If not, get a new version of
> rcp.el.  If so, tell me more about yuor environment?  You have an
> Emacs (XEmacs presumably?) where (featurep 'mule) returns t yet you
> don't have the variable last-coding-system-used?  Hm.

Howdy Kai,

I did some checking, and `last-coding-system-used' isn't defined in
XEmacs.  It looks like it's a GNU Emacs thing.  Maybe in those places
where it needs to be used you could do an (and (featurep 'mule) (boundp
'last-coding-system-used)) or something?  Or perhaps check the Emacs
version?

-- 
# Erik Arneson      [EMAIL PROTECTED]    Webring Software Engineer #
# Yahoo! Inc.      PGP ID: 2048/84413E19        (541) 482-3000x114 #
# "There's such a fine line between stupid and clever." Spinal Tap #

Reply via email to