GNU bug report logs - #69892
29.2; Missing ‘(provide 'paragraphs)’ in lisp/textmodes/paragraphs.el

Previous Next

Package: emacs;

Reported by: tpeplt <tpeplt <at> gmail.com>

Date: Tue, 19 Mar 2024 04:06:02 UTC

Severity: normal

Found in version 29.2

Full log


View this message in rfc822 format

From: tpeplt <tpeplt <at> gmail.com>
To: 69892 <at> 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
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’.

--




This bug report was last modified 1 year and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.