Re: Adding 'compat' from ELPA as an optional dependency to ERC
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.devel,gmane.emacs.erc.general |
|---|---|
| Message-ID | <[email protected]> |
> ;;; 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