dvc-ui.el defines names for keys; should they be 'defconst' rather then 'defvar'?
If users really want to change the keys, they can do setq before loading dvc, and that will still work with defconst. Leaving them defvar means they can be changed from subsequent lisp code. That would be very confusing, since keymaps created before the change would have the original value, while those created after would have the new value. -- -- Stephe _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
