1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

; * etc/NEWS: Improve previous change.

This commit is contained in:
Eli Zaretskii 2016-07-02 21:50:14 +03:00
parent 5bb9e6ce6f
commit 80e2044a7f

View File

@ -1887,11 +1887,11 @@ scroll bars on the selected frame.
for individual frames and in 'default-frame-alist'.
***** The 'horizontal-scroll-bars' parameter was already present and non-nil
by default in Emacs 24 (although it didn't have any effect). This
could cause a problem if you share your desktop files with Emacs 24:
saving desktop in v24, then restoring it in v25.1 would turn on
horizontal scroll bars in all buffers. To resolve this issue, put
this in your ~/.emacs init file
by default in Emacs 24 and before (although it didn't have any
effect). This could cause a problem if you share your desktop files
with older versions of Emacs: saving desktop in Emacs before v25.1,
then restoring it in v25.1 would turn on horizontal scroll bars in all
buffers. To resolve this issue, put this in your ~/.emacs init file:
(modify-all-frames-parameters '((horizontal-scroll-bars . nil)))