From: tpeplt <tpeplt@gmail.com>
To: 69892@debbugs.gnu.org
Subject: bug#69892: 29.2; Missing ‘(provide 'paragraphs)’ in lisp/textmodes/paragraphs.el
Date: Mon, 18 Mar 2024 14:16:57 -0400 [thread overview]
Message-ID: <87ttl39zhi.fsf@gmail.com> (raw)
The Emacs Lisp file "../lisp/textmodes/paragraphs.el" does not include
an expression to announce that "paragraphs" is a feature in the current
Emacs, that is, near the end "paragraphs.el" there is no expression:
(provide 'paragraphs)
Because of this, if
(require 'paragraphs)
is included in an Emacs Lisp source file, then the byte-compiler will
issue an error message saying that loading the file ‘paragraphs.elc’
failed to provide the feature ‘paragraphs’.
--
next reply other threads:[~2024-03-18 18:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-18 18:16 tpeplt [this message]
2024-03-19 13:00 ` bug#69892: 29.2; Missing ‘(provide 'paragraphs)’ in lisp/textmodes/paragraphs.el Eli Zaretskii
2024-03-19 14:20 ` tpeplt
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ttl39zhi.fsf@gmail.com \
--to=tpeplt@gmail.com \
--cc=69892@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).