comparison lisp/ChangeLog @ 102811:00247bf9b438

(vc-name): Avoid calling vc-backend twice. (vc-mode-line): Accept and use an optional argument for the backend. (vc-find-file-hook): Use when instead of if. Avoid calling vc-backend multiple times, pass down the value computed the first time.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 01 Apr 2009 15:42:09 +0000
parents 1c872d7c3c04
children 62b984273010
comparison
equal deleted inserted replaced
102810:91395f53da2f 102811:00247bf9b438
1 2009-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
4 (vc-mode-line): Accept and use an optional argument for the
5 backend.
6 (vc-find-file-hook): Use when instead of if. Avoid calling
7 vc-backend multiple times, pass down the value computed the first
8 time.
9
1 2009-03-30 Andreas Schwab <schwab@linux-m68k.org> 10 2009-03-30 Andreas Schwab <schwab@linux-m68k.org>
2 11
3 * ansi-color.el (ansi-color-get-face): Use 12 * ansi-color.el (ansi-color-get-face): Use
4 ansi-color-parameter-regexp to match parameters. 13 ansi-color-parameter-regexp to match parameters.
5 (ansi-color-regexp): Include final `m' in first group. 14 (ansi-color-regexp): Include final `m' in first group.