diff options
| author | Chong Yidong | 2010-12-20 19:11:30 +0800 |
|---|---|---|
| committer | Chong Yidong | 2010-12-20 19:11:30 +0800 |
| commit | f13183cf1970a94ec220000b0d0f20868df6edbc (patch) | |
| tree | 746ba9256d333667ae00b9547332db35e7e5fd27 /etc | |
| parent | 778ca437ded2a5e176bade36419bf58ec3db151c (diff) | |
| download | emacs-f13183cf1970a94ec220000b0d0f20868df6edbc.tar.gz emacs-f13183cf1970a94ec220000b0d0f20868df6edbc.zip | |
* src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -222,6 +222,8 @@ the remote file-name cache is used for read access. | |||
| 222 | ** The standalone programs lib-src/digest-doc and sorted-doc have been | 222 | ** The standalone programs lib-src/digest-doc and sorted-doc have been |
| 223 | replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. | 223 | replaced with Lisp commands `doc-file-to-man' and `doc-file-to-info'. |
| 224 | 224 | ||
| 225 | ** The variable `focus-follows-mouse' now always defaults to nil. | ||
| 226 | |||
| 225 | 227 | ||
| 226 | * Editing Changes in Emacs 24.1 | 228 | * Editing Changes in Emacs 24.1 |
| 227 | 229 | ||