diff options
| author | Stefan Monnier | 2014-10-09 09:50:10 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-09 09:50:10 -0400 |
| commit | d7a6097b57197da07cad511b99824fdcc95e14bf (patch) | |
| tree | e7d6218363b382269fe8765f1edaff8f8338409c /src/ChangeLog | |
| parent | 942a57a2a5c56575a15dd22e1feebd1825f281b0 (diff) | |
| download | emacs-d7a6097b57197da07cad511b99824fdcc95e14bf.tar.gz emacs-d7a6097b57197da07cad511b99824fdcc95e14bf.zip | |
* src/frame.c (Fmouse_pixel_position): Call Vmouse_position_function.
Fixes: debbugs:18638
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6d78a5e8d1..63e0e728fee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * frame.c (Fmouse_pixel_position): Call Vmouse_position_function | ||
| 4 | (bug#18638). | ||
| 5 | |||
| 1 | 2014-10-08 K. Handa <handa@gnu.org> | 6 | 2014-10-08 K. Handa <handa@gnu.org> |
| 2 | 7 | ||
| 3 | * coding.c (detect_coding_iso_2022): Set coding->rejected | 8 | * coding.c (detect_coding_iso_2022): Set coding->rejected |