[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding olivetti to GNU ELPA
From: |
Eli Zaretskii |
Subject: |
Re: Adding olivetti to GNU ELPA |
Date: |
Wed, 08 May 2019 20:50:18 +0300 |
> From: Stephen Leake <address@hidden>
> Date: Wed, 08 May 2019 07:45:04 -0800
>
> you can use the variables emacs-version (a string), emacs-major-version
> (an integer), emacs-minor-version (an integer).
>
> Something like:
>
> (cl-ecase emacs-major-version
> (23
> (add-hook ...)
> )
>
> (24
> (add-hook ...)
We have version-comparison functions in subr.el.
- Re: Adding olivetti to GNU ELPA, (continued)
- Re: Adding olivetti to GNU ELPA, martin rudalics, 2019/05/21
- Re: Adding olivetti to GNU ELPA, Paul W. Rankin, 2019/05/21
- Re: Adding olivetti to GNU ELPA, martin rudalics, 2019/05/21
- Re: Adding olivetti to GNU ELPA, Paul W. Rankin, 2019/05/21
- Re: Adding olivetti to GNU ELPA, martin rudalics, 2019/05/21
- Re: Adding olivetti to GNU ELPA, Paul W. Rankin, 2019/05/21
- Re: Adding olivetti to GNU ELPA, martin rudalics, 2019/05/22
- Re: Adding olivetti to GNU ELPA, Paul W. Rankin, 2019/05/22
Re: Adding olivetti to GNU ELPA, Stefan Monnier, 2019/05/08
Re: Adding olivetti to GNU ELPA, Stephen Leake, 2019/05/08
- Re: Adding olivetti to GNU ELPA,
Eli Zaretskii <=