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