Bastien Guerry <b...@gnu.org> writes: > May I ask you why `eval' in the code base is problematic?
Because 1. it is hideous, 2. it doesn't cope well with lexical binding. Using `eval' should be made with extreme parcimony and for very consensual reasons. > This change may break current configurations. Such changes should > be made with extreme parcimony and for very consensual reasons. The breakage is trivial to fix, as specified in the ORG-NEWS file. Regards,