vc annnotate key maps seems not to work.

Jeff Sparkes jsparkes at gmail.com
Wed May 12 11:05:25 EDT 2010


Uwe Brauer <oub at mat.ucm.es> writes:

> Hello 
> (defun my-vc-annotate-keys ()
>   (interactive)
>   (local-set-key "A"	'vc-annotate-revision-previous-to-line)

(define-key vc-annotate-mode-map "A" 'vc-annotate-revision-previous-to-line)

>
> (add-hook  'vc-annotate-mode-hook 'my-vc-annotate-keys)
>
> But again the binding does not work. 
>
> Help would be appreciated 
>
> thanks
>
> Uwe Brauer 



More information about the XEmacs-Beta mailing list