aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2007-11-07 03:46:22 +0000
committerGlenn Morris2007-11-07 03:46:22 +0000
commitc74e901d7f21678f300a1f47be091ff34760a3e2 (patch)
tree4cc192aa998bc40e867113d6cb2ba1c842be4e80 /lisp/ChangeLog
parent6ffadbb8c39f7260d5e7e79220b571eda293620f (diff)
downloademacs-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/ChangeLog6
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 @@
12007-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
12007-11-07 Rob Riepel <riepel@networking.stanford.edu> 72007-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.