diff options
| author | Eli Zaretskii | 2015-01-10 15:03:51 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-10 15:03:51 +0200 |
| commit | b544ab561fcb575790c963a2eda51524fa366409 (patch) | |
| tree | 2f02486d62f28aa58a2f09e82c58f4942d489025 /src/ChangeLog | |
| parent | 1f179ea1bac65d911c616dafbf7147f0dbb39afd (diff) | |
| download | emacs-b544ab561fcb575790c963a2eda51524fa366409.tar.gz emacs-b544ab561fcb575790c963a2eda51524fa366409.zip | |
Fix return value of vertical-motion at ZV (Bug#19553)
src/indent.c (Fvertical_motion): Return zero if we started from ZV
and there's an overlay after-string there.
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 49152c886f3..6296302dc5e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-01-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Return zero if we started from ZV | ||
| 4 | and there's an overlay after-string there. (Bug#19553) | ||
| 5 | |||
| 1 | 2015-01-09 Eli Zaretskii <eliz@gnu.org> | 6 | 2015-01-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs.c (usage_message): Fix the description of the -nl switch. | 8 | * emacs.c (usage_message): Fix the description of the -nl switch. |