diff options
| author | Glenn Morris | 2009-01-09 04:23:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-09 04:23:38 +0000 |
| commit | 1ba983e8d9da561ccbdf15fb1544895fad40cce8 (patch) | |
| tree | 88210d37a85f0ef4a8d3341074b185c9d0187dad /lisp/ChangeLog | |
| parent | e93c003eb15f85f744a39c28a8fb43b8c6da9904 (diff) | |
| download | emacs-1ba983e8d9da561ccbdf15fb1544895fad40cce8.tar.gz emacs-1ba983e8d9da561ccbdf15fb1544895fad40cce8.zip | |
Replace last-command-char with last-command-event.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8bf962d368f..e366159fbc9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,6 +7,16 @@ | |||
| 7 | * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el: | 7 | * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el: |
| 8 | * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el: | 8 | * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el: |
| 9 | * calc/calc-units.el, calc/calc-yank.el, calc/calc.el: | 9 | * calc/calc-units.el, calc/calc-yank.el, calc/calc.el: |
| 10 | * eshell/em-smart.el, eshell/esh-mode.el: | ||
| 11 | * play/mpuz.el: | ||
| 12 | * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el: | ||
| 13 | * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el: | ||
| 14 | * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el: | ||
| 15 | * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el: | ||
| 16 | * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el: | ||
| 17 | * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el: | ||
| 18 | * progmodes/vhdl-mode.el, progmodes/xscheme.el: | ||
| 19 | * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el: | ||
| 10 | Replace last-command-char with last-command-event. | 20 | Replace last-command-char with last-command-event. |
| 11 | 21 | ||
| 12 | 2009-01-09 Dave Love <fx@gnu.org> | 22 | 2009-01-09 Dave Love <fx@gnu.org> |