diff options
| author | Juri Linkov | 2014-05-21 00:20:36 +0300 |
|---|---|---|
| committer | Juri Linkov | 2014-05-21 00:20:36 +0300 |
| commit | 2614b25fd5bbbdbc1740b4b7d43dc1f010571fab (patch) | |
| tree | 50c1157cbabe79006be1dc5be6834e4454a92cfc /lisp/ChangeLog | |
| parent | a2115113ef8fb235f7863055cedd37a4aaa28d76 (diff) | |
| download | emacs-2614b25fd5bbbdbc1740b4b7d43dc1f010571fab.tar.gz emacs-2614b25fd5bbbdbc1740b4b7d43dc1f010571fab.zip | |
* lisp/avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
to allow changing its value with `set-variable'.
Fixes: debbugs:17439
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d72258318c..2c96eeadfb7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | Add more modifiers: meta, control, shift, hyper, super, alt. | 5 | Add more modifiers: meta, control, shift, hyper, super, alt. |
| 6 | (Bug#17439) | 6 | (Bug#17439) |
| 7 | 7 | ||
| 8 | * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options | ||
| 9 | to allow changing its value with `set-variable'. | ||
| 10 | |||
| 8 | 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 9 | 12 | ||
| 10 | * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for | 13 | * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for |