all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Colascione <dancol@dancol.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: ttn@gnu.org, lars@matholka.se, 15344@debbugs.gnu.org
Subject: bug#15344: 24.3; Crash when yanking in c-mode
Date: Mon, 13 Jan 2014 10:33:46 -0800	[thread overview]
Message-ID: <52D4318A.50606@dancol.org> (raw)
In-Reply-To: <83d2jv7t23.fsf@gnu.org>

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	other threads:[~2014-01-13 18:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 19:15 bug#15344: 24.3; Crash when yanking in c-mode Lars Ljung
     [not found] ` <handler.15344.B.137892696610333.ack@debbugs.gnu.org>
2013-09-13 20:53   ` bug#15344: Acknowledgement (24.3; Crash when yanking in c-mode) Lars Ljung
     [not found]   ` <mailman.2095.1379105663.10748.bug-gnu-emacs@gnu.org>
2013-09-14  9:31     ` Alan Mackenzie
2013-09-22  7:40 ` bug#15344: 24.3; Crash when yanking in c-mode Paul Eggert
2013-09-22 18:10 ` Lars Ljung
2013-10-10 21:18   ` Glenn Morris
2014-01-13 13:39     ` Thien-Thi Nguyen
2014-01-13 13:59       ` Daniel Colascione
2014-01-13 14:11         ` Daniel Colascione
2014-01-13 16:19           ` Eli Zaretskii
2014-01-13 18:33             ` Daniel Colascione [this message]
2014-01-13 23:42 ` bug#15344: Done Daniel Colascione

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=52D4318A.50606@dancol.org \
    --to=dancol@dancol.org \
    --cc=15344@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=lars@matholka.se \
    --cc=ttn@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.