diff options
| author | Glenn Morris | 2007-11-07 03:46:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-07 03:46:22 +0000 |
| commit | c74e901d7f21678f300a1f47be091ff34760a3e2 (patch) | |
| tree | 4cc192aa998bc40e867113d6cb2ba1c842be4e80 /lisp/ChangeLog | |
| parent | 6ffadbb8c39f7260d5e7e79220b571eda293620f (diff) | |
| download | emacs-c74e901d7f21678f300a1f47be091ff34760a3e2.tar.gz emacs-c74e901d7f21678f300a1f47be091ff34760a3e2.zip | |
(tpu-map-key): Use unless rather than cond.
Remove superfluous concats. Move final set-buffer to non-emacs-specific code.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e74b56f7b41..7622873361d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-11-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond. | ||
| 4 | Remove superfluous concats. Move final set-buffer to | ||
| 5 | non-emacs-specific code. | ||
| 6 | |||
| 1 | 2007-11-07 Rob Riepel <riepel@networking.stanford.edu> | 7 | 2007-11-07 Rob Riepel <riepel@networking.stanford.edu> |
| 2 | 8 | ||
| 3 | * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch. | 9 | * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch. |