> Commit e08e0880f made lexical-binding be non-nil in more use cases, > but the NEWS entry doesn't say how to get back the old behavior. Is > there a way of getting back the old behavior, say, for M-: or for > "--eval" options? Not really, no. You can do things like replacing `` with `(eval ')` or adding a bunch of `(defvar )`, but there's no config var to get back the old behavior. Stefan