diff options
| author | Julien Danjou | 2011-03-09 21:14:55 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-03-09 21:14:55 -0500 |
| commit | ec6ecaed88d6b6fbc966acf14b4fdd2f3ee37227 (patch) | |
| tree | c5e0825a6f35e946694cb5cb5c06006819659f6d /lisp/ChangeLog | |
| parent | 9d5aa01d306750665de06d30f99dcff05fa6c53b (diff) | |
| download | emacs-ec6ecaed88d6b6fbc966acf14b4fdd2f3ee37227.tar.gz emacs-ec6ecaed88d6b6fbc966acf14b4fdd2f3ee37227.zip | |
Inhibit mouse-avoidance if cursor-type is nil (Bug#8209).
* lisp/avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
`cursor-type' is nil.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 351f7f1f58d..3ad3c7f151a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-03-10 Julien Danjou <julien@danjou.info> | ||
| 2 | |||
| 3 | * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if | ||
| 4 | `cursor-type' is nil. | ||
| 5 | |||
| 1 | 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com> | 6 | 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 7 | ||
| 3 | * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'. | 8 | * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'. |