aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c7cca9c4dd4..63003191699 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -360,6 +360,14 @@ its '--eval' command-line option), as well as in
360'lisp-interaction-mode' and 'ielm-mode', used in the "*scratch*" and 360'lisp-interaction-mode' and 'ielm-mode', used in the "*scratch*" and
361"*ielm*" buffers. 361"*ielm*" buffers.
362 362
363We envision that most Lisp code is already either written with
364lexical-binding in mind, or will work unchanged under
365lexical-binding. If, for some reason, your code used in 'M-:' or
366'--eval' doesn't work as result of this change, either modify the code
367to work with lexical binding, or wrap it in an extra level of 'eval'.
368For example, --eval FORM becomes --eval "(eval 'FORM)" (note the extra
369quote in 'FORM).
370
363--- 371---
364** The new user option 'tooltip-resize-echo-area' avoids truncating 372** The new user option 'tooltip-resize-echo-area' avoids truncating
365tooltip text on GUI frames when tooltips are displayed in the echo 373tooltip text on GUI frames when tooltips are displayed in the echo