emacs-devel
[Top][All Lists]
Advanced

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

Re: rst-mode deprecated keybindings: okay to remove? During freeze?


From: Stefan Monnier
Subject: Re: rst-mode deprecated keybindings: okay to remove? During freeze?
Date: Fri, 10 Jan 2014 12:09:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>> (eval-when-compile (require 'cl-macs))
>> Please never do that.  Use (eval-when-compile (require 'cl)) instead.
> Why? Why inside Emacs-24.4 people would use this ?

Then they should use (eval-when-compile (require 'cl-lib))

The point is that the division of cl-lib (and cl) into cl.el,
cl-macs.el, cl-seq.el, etc... is an internal detail that can change.


        Stefan



reply via email to

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