> > Hello, I'm using xtla package. > > > > C-x 4 T annoys me sometimes. I think it would be better if 'C-x 4 a' can > > addd > > to proper place depending the current vc-backend. > > > > Here's simple-minded function: > > > > (defun call-appropriate-change-log-handler () > > (interactive) > > (let ((bf (buffer-file-name))) > > (if (and bf (eq 'Arch (vc-file-getprop bf 'vc-backend))) > > (call-interactively 'tla-add-log-entry) > > (call-interactively 'add-change-log-entry-other-window))))
I think it is Emacs side issue. When xtla is merged to GNU Emacs, this issue will rise again. Masatake YAMATO
