diff options
| author | Lars Magne Ingebrigtsen | 2011-07-07 19:19:10 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-07 19:19:10 +0200 |
| commit | 9888ff71e38a45c471074bf270be90cd5280ec49 (patch) | |
| tree | af4c0d456286c8fb2004e6489e660144b048d765 /src/ChangeLog | |
| parent | 54e101844312f87d5283db5fd078d0756264caa2 (diff) | |
| download | emacs-9888ff71e38a45c471074bf270be90cd5280ec49.tar.gz emacs-9888ff71e38a45c471074bf270be90cd5280ec49.zip | |
(describe_map_tree): Don't insert a double newline at the end of the string
Return whether we inserted something. This should allow the caller to
decide whether to insert more newlines or not.
Fixes: debbugs:1169
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8c1af2a27ce..4cacc677c23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * keymap.c (describe_map_tree): Don't insert a double newline at | ||
| 4 | the end of the buffer (bug#1169) and return whether we inserted | ||
| 5 | something. | ||
| 6 | |||
| 3 | * callint.c (Fcall_interactively): Change "reading args" to | 7 | * callint.c (Fcall_interactively): Change "reading args" to |
| 4 | "providing args" to try to clarify what it does (bug#1010). | 8 | "providing args" to try to clarify what it does (bug#1010). |
| 5 | 9 | ||