bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15344: 24.3; Crash when yanking in c-mode


From: Eli Zaretskii
Subject: bug#15344: 24.3; Crash when yanking in c-mode
Date: Mon, 13 Jan 2014 18:19:48 +0200

> Date: Mon, 13 Jan 2014 06:11:29 -0800
> From: Daniel Colascione <dancol@dancol.org>
> Cc: Lars Ljung <lars@matholka.se>
> 
> +      if(!i)
> +        if (modified)
> +          {
> +            if (BUFFERP (object))
> +              signal_after_change (XINT (start),
> +                                   XINT (end) - XINT (start),
> +                                   XINT (end) - XINT (start));
> +            return Qt;
> +          }
> +        else
> +          return Qnil;
>       }

Doesn't this give you a warning about ambiguous else?





reply via email to

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