diff options
| author | Sam Steingold | 2012-04-18 16:26:57 -0400 |
|---|---|---|
| committer | Sam Steingold | 2012-04-18 16:26:57 -0400 |
| commit | a77b0ac9928f2ec476de39c704bb899fa4731859 (patch) | |
| tree | a6465e3a65d00928cb186206d47c46a774c1278f /lisp/ChangeLog | |
| parent | 99c8ec3fbfc439845c29144a61a42a5183441eaf (diff) | |
| download | emacs-a77b0ac9928f2ec476de39c704bb899fa4731859.tar.gz emacs-a77b0ac9928f2ec476de39c704bb899fa4731859.zip | |
* lisp/progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
instead of 'string to accommodate values like [f11].
Always use `vconcat' instead of `concat' on it, like in `gud-def'.
* lisp/progmodes/gdb-mi.el: Likewise.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de484dc68fa..edfe575a576 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-04-18 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence | ||
| 4 | instead of 'string to accommodate values like [f11]. | ||
| 5 | Always use `vconcat' instead of `concat' on it, like in `gud-def'. | ||
| 6 | * progmodes/gdb-mi.el: Likewise. | ||
| 7 | |||
| 1 | 2012-04-18 Leo Liu <sdl.web@gmail.com> | 8 | 2012-04-18 Leo Liu <sdl.web@gmail.com> |
| 2 | 9 | ||
| 3 | * abbrev.el (edit-abbrevs): Move point to the abbrev table of | 10 | * abbrev.el (edit-abbrevs): Move point to the abbrev table of |