emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding 'compat' from ELPA as an optional dependency to ERC


From: Stefan Monnier
Subject: Re: Adding 'compat' from ELPA as an optional dependency to ERC
Date: Tue, 19 Jul 2022 12:17:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>    ;;; Code:
>   +(require 'compat nil 'noerror)

I thought the idea for `compat` is that the packages using it would
require a specific (minimum) version, as in

    (require 'compat-28 nil 'noerror)


-- Stefan




reply via email to

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