diff options
| author | Andreas Schwab | 2011-09-19 23:15:47 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2011-09-19 23:15:47 +0200 |
| commit | fa2ec41ffd2cace14f37f5d18d986b410cb038a1 (patch) | |
| tree | 4d8d53ab738a2caf696191176464297b41987808 /src/ChangeLog | |
| parent | 3390454c621048dcd996f497aba5e807c49dcfaf (diff) | |
| download | emacs-fa2ec41ffd2cace14f37f5d18d986b410cb038a1.tar.gz emacs-fa2ec41ffd2cace14f37f5d18d986b410cb038a1.zip | |
* src/keymap.c (Fsingle_key_description): Use make_specified_string
instead of build_string to build string from push_key_description.
(Bug#5193)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fa31b3d6f0e..458e8c89821 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-09-19 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * keymap.c (Fsingle_key_description): Use make_specified_string | ||
| 4 | instead of build_string to build string from push_key_description. | ||
| 5 | (Bug#5193) | ||
| 6 | |||
| 1 | 2011-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 7 | 2011-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 8 | ||
| 3 | * xdisp.c (expose_window): Save original value of phys_cursor_on_p | 9 | * xdisp.c (expose_window): Save original value of phys_cursor_on_p |