bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69892: 29.2; Missing ‘(provide 'paragraphs)’ in lisp/textmodes/parag


From: Eli Zaretskii
Subject: bug#69892: 29.2; Missing ‘(provide 'paragraphs)’ in lisp/textmodes/paragraphs.el
Date: Tue, 19 Mar 2024 15:00:03 +0200

> From: tpeplt <tpeplt@gmail.com>
> 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’.

paragraphs.el is preloaded, and has been for many years.  So why would
a Lisp program need to require it, let alone load it?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]