all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Aurélien Aptel" <aurelien.aptel@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Bastien <bzg@gnu.org>, 12096@debbugs.gnu.org
Subject: bug#12096: 24.1; Several documented functions in URL package are not defined
Date: Sat, 4 Aug 2012 22:34:21 +0200	[thread overview]
Message-ID: <CA+5B0FNCxbhtBUQ+o7Z5LULmWdhMzvKjTVu7SfRwiv-K47tQ1g@mail.gmail.com> (raw)
In-Reply-To: <jwvk3xfxftg.fsf-monnier+emacs@gnu.org>

On Sat, Aug 4, 2012 at 9:44 AM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> This does not remove a useless constructor, but instead adds a useless
> contructor (the ":constructor nil" thingy is there to disable the
> automatic creation of a default constructor).

Are you sure?

(progn
  (require 'cl)
  (fmakunbound 'make-foo)
  (fmakunbound 'cake)
  (defstruct (foo (:constructor cake)) a b c)
  (mapcar 'fboundp '(make-foo cake)))

=> (nil t)





  reply	other threads:[~2012-08-04 20:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-30 23:21 bug#12096: 24.1; Several documented functions in URL package are not defined Aurélien Aptel
2012-08-01 13:35 ` Bastien
2012-08-02 14:36   ` Aurélien Aptel
2012-08-04  7:44     ` Stefan Monnier
2012-08-04 20:34       ` Aurélien Aptel [this message]
2012-08-06 21:43         ` Stefan Monnier
2012-08-06 21:52     ` 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=CA+5B0FNCxbhtBUQ+o7Z5LULmWdhMzvKjTVu7SfRwiv-K47tQ1g@mail.gmail.com \
    --to=aurelien.aptel@gmail.com \
    --cc=12096@debbugs.gnu.org \
    --cc=bzg@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.