emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; Assuming errstring unibyte is incorrect and leads to Emacs


From: Eli Zaretskii
Subject: Re: 23.0.60; Assuming errstring unibyte is incorrect and leads to Emacs crashes
Date: Wed, 27 Aug 2008 06:20:12 +0300

> From: Kenichi Handa <address@hidden>
> Date: Wed, 27 Aug 2008 10:13:06 +0900
> Cc: address@hidden, address@hidden
> 
> +     if (! EQ (Faref (errstring, make_number (1)), make_number ('/')))
> +       {
> +         int c;
> +
> +         str = (char *) SDATA (errstring);
> +         c = STRING_CHAR (str, 0);
> +         Faset (errstring, 0, make_number (DOWNCASE (c)));
> +       }

Can we explain in a comment what is special about a slash as the
second character of the error message?




reply via email to

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