all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: "Héctor Enríquez Ramón" <hector.e.r@gmail.com>
Cc: 31734@debbugs.gnu.org
Subject: bug#31734: 26.1; byte-compile differs with cond eq 'default
Date: Wed, 06 Jun 2018 08:19:54 -0400	[thread overview]
Message-ID: <87r2lk3y51.fsf@gmail.com> (raw)
In-Reply-To: <CAFeiWLY9kJv8pXhXyxQjEuhTzSkDPoaZr9+CvJN08+sAoBtgQQ@mail.gmail.com> ("Héctor Enríquez Ramón"'s message of "Wed,  6 Jun 2018 12:38:51 +0200")

merge 31734 31718
quit

Héctor Enríquez Ramón <hector.e.r@gmail.com> writes:

> The code below shows opposite behavior byte-compiled:
>
> (setq variable 0)
> (cond
>  ((eq variable 'default)
>   (message "equal"))
>  (t
>   (message "not equal")))
>
> Not byte-compiled output: not equal
> Byte-compiled output: equal

Please try the patch at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31718#14





      parent reply	other threads:[~2018-06-06 12:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-06 10:38 bug#31734: 26.1; byte-compile differs with cond eq 'default Héctor Enríquez Ramón
2018-06-06 12:19 ` Basil L. Contovounesios
2018-06-06 13:10   ` Héctor Enríquez Ramón
2018-06-06 21:48     ` Noam Postavsky
2018-06-06 12:19 ` Noam Postavsky [this message]

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=87r2lk3y51.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=31734@debbugs.gnu.org \
    --cc=hector.e.r@gmail.com \
    /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.