diff options
| author | Glenn Morris | 2020-03-13 07:50:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-03-13 07:50:33 -0700 |
| commit | 6bdb561a3bafa0623da30e33b4a1dc291370218b (patch) | |
| tree | f3fe23d6771aab9bd9f7df6822af4ea1f4dd39af /etc | |
| parent | 099520ec95baad177f58a687d70818bc8f602703 (diff) | |
| parent | a2b07f9f11474dbcedd7cce39d2fa795bb23f692 (diff) | |
| download | emacs-6bdb561a3bafa0623da30e33b4a1dc291370218b.tar.gz emacs-6bdb561a3bafa0623da30e33b4a1dc291370218b.zip | |
Merge from origin/emacs-27
a2b07f9f11 (origin/emacs-27) ; * etc/NEWS: Explain how to get back ol...
b468b3d1ff Fix a recent documentation change
1ab766fd58 Fix last change
ecfe633993 * lisp/tab-bar.el: Last-minute changes.
c1ce9fa7f2 * lisp/subr.el (cancel-change-group): Fix bug#39680
ef5744a988 Improve docs for horizontal scrolling with mouse and touch...
1bc3fa0bd0 * lisp/emacs-lisp/package.el (package-install): Fix typo i...
4537976afd Port .gdbinit to clang with -gdwarf-4
0883c800a0 Simplify rx example in manual
a695189248 ; * etc/NEWS: Fix typo.
# Conflicts:
# etc/NEWS
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.27 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index 1eff9261147..63003191699 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 | |||
| @@ -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 | ||
| 363 | We envision that most Lisp code is already either written with | ||
| 364 | lexical-binding in mind, or will work unchanged under | ||
| 365 | lexical-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 | ||
| 367 | to work with lexical binding, or wrap it in an extra level of 'eval'. | ||
| 368 | For example, --eval FORM becomes --eval "(eval 'FORM)" (note the extra | ||
| 369 | quote 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 |
| 365 | tooltip text on GUI frames when tooltips are displayed in the echo | 373 | tooltip text on GUI frames when tooltips are displayed in the echo |
| @@ -779,7 +787,7 @@ an offset to absolute line numbers. | |||
| 779 | ** table | 787 | ** table |
| 780 | 788 | ||
| 781 | +++ | 789 | +++ |
| 782 | *** 'table-generate-source' now supports wiki and mediawiki | 790 | *** 'table-generate-source' now supports wiki and mediawiki. |
| 783 | This command can now output wiki and mediawiki format tables. | 791 | This command can now output wiki and mediawiki format tables. |
| 784 | 792 | ||
| 785 | ** telnet-mode | 793 | ** telnet-mode |