Masatake YAMATO <[EMAIL PROTECTED]> writes: > "merge" is used widely in xtla-1.2. > However, I think it should be "merges". > Does anyone fix this bug? > > Here is an example: > (defun tla--update-command () > (cond ((eq tla-update-strategy 'update) "update") > ((eq tla-update-strategy 'merge) "merge") > ((eq tla-update-strategy 'replay) "replay"))) >
I have: (setq tla-update-strategy 'update) in my .emacs We should perhaps change the default to 'update. Because that is available for tla and baz. Stefan.
