diff options
| author | Eli Zaretskii | 2016-07-02 21:50:14 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-07-02 21:50:14 +0300 |
| commit | 80e2044a7f19719720d330e2796c9dfe5471e100 (patch) | |
| tree | 710ce5dce4a8c5dc1600e7042131a02320194ac3 | |
| parent | 5bb9e6ce6f27d27ed3ad1e22e9c2ffdb3e7b23d9 (diff) | |
| download | emacs-80e2044a7f19719720d330e2796c9dfe5471e100.tar.gz emacs-80e2044a7f19719720d330e2796c9dfe5471e100.zip | |
; * etc/NEWS: Improve previous change.
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -1887,11 +1887,11 @@ scroll bars on the selected frame. | |||
| 1887 | for individual frames and in 'default-frame-alist'. | 1887 | for individual frames and in 'default-frame-alist'. |
| 1888 | 1888 | ||
| 1889 | ***** The 'horizontal-scroll-bars' parameter was already present and non-nil | 1889 | ***** The 'horizontal-scroll-bars' parameter was already present and non-nil |
| 1890 | by default in Emacs 24 (although it didn't have any effect). This | 1890 | by default in Emacs 24 and before (although it didn't have any |
| 1891 | could cause a problem if you share your desktop files with Emacs 24: | 1891 | effect). This could cause a problem if you share your desktop files |
| 1892 | saving desktop in v24, then restoring it in v25.1 would turn on | 1892 | with older versions of Emacs: saving desktop in Emacs before v25.1, |
| 1893 | horizontal scroll bars in all buffers. To resolve this issue, put | 1893 | then restoring it in v25.1 would turn on horizontal scroll bars in all |
| 1894 | this in your ~/.emacs init file | 1894 | buffers. To resolve this issue, put this in your ~/.emacs init file: |
| 1895 | 1895 | ||
| 1896 | (modify-all-frames-parameters '((horizontal-scroll-bars . nil))) | 1896 | (modify-all-frames-parameters '((horizontal-scroll-bars . nil))) |
| 1897 | 1897 | ||