comparison lisp/ChangeLog @ 109251:e60e30383efd

Fix reading file names in Git annotate buffers. * lisp/vc-git.el (vc-git-annotate-extract-revision-at-line): Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 21 Jun 2010 13:03:30 -0700
parents 452ecb3f69c0
children 64f9d1b2b73b
comparison
equal deleted inserted replaced
109250:d3b4a3311253 109251:e60e30383efd
1 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Fix reading file names in Git annotate buffers.
4 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
5 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
6
1 2010-06-20 Alan Mackenzie <acm@muc.de> 7 2010-06-20 Alan Mackenzie <acm@muc.de>
2 8
3 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set 9 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4 in file local variables, set it first. 10 in file local variables, set it first.
5 11