diff options
| author | Stefan Monnier | 2014-06-06 10:37:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-06-06 10:37:05 -0400 |
| commit | 3da983f8c4ec64a3964ce6ad4d7ae8ef8abe7aec (patch) | |
| tree | 2ae457e0f1fedeb438b85577c042b4f615fdbd14 /src/ChangeLog | |
| parent | 631de55bc19931ca2d778e8399697921228902a8 (diff) | |
| download | emacs-3da983f8c4ec64a3964ce6ad4d7ae8ef8abe7aec.tar.gz emacs-3da983f8c4ec64a3964ce6ad4d7ae8ef8abe7aec.zip | |
* src/window.c (Frecenter): Signal an error if window-buffer is not
current-buffer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 06847a72de3..9c17d3d1dbc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * window.c (Frecenter): Signal an error if window-buffer is not | ||
| 4 | current-buffer. | ||
| 5 | |||
| 3 | * keyboard.c (make_lispy_position): Don't include a buffer position in | 6 | * keyboard.c (make_lispy_position): Don't include a buffer position in |
| 4 | mode/header-line mouse events. | 7 | mode/header-line mouse events. |
| 5 | 8 | ||