diff options
| author | Glenn Morris | 2018-07-02 19:19:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-07-02 19:19:05 -0700 |
| commit | 98e98b42a09d7c2c74e9bf58f6eea19086f42e6e (patch) | |
| tree | b28b326043ea9a3ee431a741740222c0c9f94508 /src | |
| parent | 332f4656b019b58fed1de6e35769e83ff190908d (diff) | |
| parent | d008ef3d0b4aaa83d9ee105450fdcf13aa63a7e3 (diff) | |
| download | emacs-98e98b42a09d7c2c74e9bf58f6eea19086f42e6e.tar.gz emacs-98e98b42a09d7c2c74e9bf58f6eea19086f42e6e.zip | |
Merge from origin/emacs-26
d008ef3 * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string ...
6f6d525 Detect a non-list package archive content properly (Bug#22311)
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index e383b3b0d16..9b4febdd61a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -32847,8 +32847,10 @@ mouse pointer enters it. | |||
| 32847 | Autoselection selects the minibuffer only if it is active, and never | 32847 | Autoselection selects the minibuffer only if it is active, and never |
| 32848 | unselects the minibuffer if it is active. | 32848 | unselects the minibuffer if it is active. |
| 32849 | 32849 | ||
| 32850 | When customizing this variable make sure that the actual value of | 32850 | If you want to use the mouse to autoselect a window on another frame, |
| 32851 | `focus-follows-mouse' matches the behavior of your window manager. */); | 32851 | make sure that (1) your window manager has focus follow the mouse and |
| 32852 | (2) the value of the option `focus-follows-mouse' matches the policy | ||
| 32853 | of your window manager. */); | ||
| 32852 | Vmouse_autoselect_window = Qnil; | 32854 | Vmouse_autoselect_window = Qnil; |
| 32853 | 32855 | ||
| 32854 | DEFVAR_LISP ("auto-resize-tool-bars", Vauto_resize_tool_bars, | 32856 | DEFVAR_LISP ("auto-resize-tool-bars", Vauto_resize_tool_bars, |