diff lisp/vc-git.el @ 101940:dea4466580a6

* vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map. (vc-default-dir-printer): Add a comment about updating this function. * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map for the file name.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 11 Feb 2009 06:36:32 +0000
parents a9dc0e7c3f2b
children 97eebd9d88a8
line wrap: on
line diff
--- a/lisp/vc-git.el	Wed Feb 11 04:15:18 2009 +0000
+++ b/lisp/vc-git.el	Wed Feb 11 06:36:32 2009 +0000
@@ -302,6 +302,7 @@
 		 (if isdir
 		     "Directory\nVC operations can be applied to it\nmouse-3: Pop-up menu"
 		   "File\nmouse-3: Pop-up menu")
+		 'keymap vc-dir-filename-mouse-map
 		 'mouse-face 'highlight)
      (vc-git-file-type-as-string old-perm new-perm)
      (vc-git-rename-as-string state extra))))