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: Daniel Colascione
Subject: bug#15344: 24.3; Crash when yanking in c-mode
Date: Mon, 13 Jan 2014 10:33:46 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/13/2014 08:19 AM, Eli Zaretskii wrote:
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?


It does when I turn on warnings, yes. :-) I'll add braces when I check it in.





reply via email to

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