From: Glenn Morris Date: Wed, 11 Apr 2007 03:55:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.98~148 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03d7faa3a20df00e6be96d0b78ecf3c5858ab882;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eca3f6e1c34..4fdf8ee924f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2007-04-11 Markus Triska + + * emacs-lisp/byte-opt.el (byte-optimize-backward-char) + (byte-optimize-backward-word): Remove (move to bytecomp.el) + + * emacs-lisp/bytecomp.el (byte-compile-char-before): Improve + numeric argument case. + (byte-compile-backward-char, byte-compile-backward-word): New + functions, performing rewriting previously done in byte-opt.el. + Fix their "Fixme" item (restriction to numeric arguments). + 2007-04-11 Stefan Monnier * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar with