all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chen Zhaoyang <chenzhauyang@gmail.com>
To: emacs-devel@gnu.org
Subject: What to use after #'define-package is now obsolete?
Date: Wed, 12 Apr 2023 04:40:14 -0500	[thread overview]
Message-ID: <87cz495thd.fsf@gmail.com> (raw)

Dear Friends,

It seems that #'define-package is now obsolete (or has been for a while,
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ade7a212a882540178d9504e7e0bd3be3bf1fd41):

    (defun define-package ( _name-string _version-string
                            &optional _docstring _requirements
                            &rest _extra-properties)
      "[...]"
      (declare (obsolete nil "29.1") (indent defun))
      (error "Don't call me!"))

Does that mean from now on we just use the constructor
#'package-desc-create in `foobar-pkg.el' files?

-- 
Chen Zhaoyang <zc23@illinois.edu>




             reply	other threads:[~2023-04-12  9:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12  9:40 Chen Zhaoyang [this message]
2023-04-12  9:53 ` What to use after #'define-package is now obsolete? Ruijie Yu via Emacs development discussions.
2023-04-12 12:07 ` Philip Kaludercic
2023-04-12 12:26   ` Chen Zhaoyang

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=87cz495thd.fsf@gmail.com \
    --to=chenzhauyang@gmail.com \
    --cc=emacs-devel@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.