From: "Héctor Enríquez Ramón" <hector.e.r@gmail.com>
To: 31734@debbugs.gnu.org
Subject: bug#31734: 26.1; byte-compile differs with cond eq 'default
Date: Wed, 6 Jun 2018 12:38:51 +0200 [thread overview]
Message-ID: <CAFeiWLY9kJv8pXhXyxQjEuhTzSkDPoaZr9+CvJN08+sAoBtgQQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 269 bytes --]
Hi.
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
Thank you very much.
Best regards. Hector
[-- Attachment #2: Type: text/html, Size: 676 bytes --]
next reply other threads:[~2018-06-06 10:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-06 10:38 Héctor Enríquez Ramón [this message]
2018-06-06 12:19 ` bug#31734: 26.1; byte-compile differs with cond eq 'default 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
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=CAFeiWLY9kJv8pXhXyxQjEuhTzSkDPoaZr9+CvJN08+sAoBtgQQ@mail.gmail.com \
--to=hector.e.r@gmail.com \
--cc=31734@debbugs.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.