comparison lisp/ChangeLog @ 57424:b1ed4b950258

.
author Andreas Schwab <schwab@suse.de>
date Sun, 10 Oct 2004 14:29:43 +0000
parents 4d0d253badcb
children 4f0c0062f974
comparison
equal deleted inserted replaced
57423:86a8c920a67b 57424:b1ed4b950258
1 2004-10-10 Andreas Schwab <schwab@suse.de>
2
3 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
4 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5 Reported by <sri@asu.edu>.
6
1 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us> 7 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
2 8
3 * vc.el (vc-annotate-mode): Remove variable. 9 * vc.el (vc-annotate-mode): Remove variable.
4 (vc-annotate-display-select): Only call vc-annotate-mode 10 (vc-annotate-display-select): Only call vc-annotate-mode
5 if we're not in that mode already. 11 if we're not in that mode already.