all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: emacs-devel <emacs-devel@gnu.org>,
	Stefan Monnier <monnier@IRO.UMontreal.CA>
Subject: funcall with hard-quote inside cl-labels behavior changed?
Date: Mon, 26 Jan 2015 01:54:41 +0200	[thread overview]
Message-ID: <54C58241.4070402@yandex.ru> (raw)

Hi!

In emacs-24 the below snippet returns (:global :local), whereas in 
master now, (:local :local). Is that a bug, or an improvement?

(defun foo ()
   :global)

(cl-labels ((foo () :local))
   (list (funcall 'foo) (funcall #'foo)))


This question was triggered by 
https://github.com/bbatsov/emacs-lisp-style-guide/issues/7.



             reply	other threads:[~2015-01-25 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-25 23:54 Dmitry Gutov [this message]
2015-01-27  1:58 ` funcall with hard-quote inside cl-labels behavior changed? Stefan Monnier

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=54C58241.4070402@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@IRO.UMontreal.CA \
    /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.