Hi Sam! I am glad to see you still on our list :-)
I have applied your patch now. Since you use gnus, you could submit the next patch via M-x dvc-submit-patch. This makes it a bit easier for me to apply the patch (I just need to hit K t a on the message containing the patch). Stefan. > dvc-tips-popup fails because dvc-load-state is not defined. > they need to be autoloaded > > === modified file 'lisp/dvc-state.el' > --- lisp/dvc-state.el 2007-04-30 15:12:30 +0000 > +++ lisp/dvc-state.el 2008-02-29 16:54:16 +0000 > @@ -43,6 +43,7 @@ The file is stored in the `dvc-config-di > :type '(repeat (symbol)) > :group 'dvc-state) > > +;;;###autoload > (defun dvc-save-state (&optional vars state-file pp) > "Save variables from VARS list to file STATE-FILE. > The default for VARS is `dvc-state-variables-list' > @@ -76,6 +77,7 @@ The file will contain a setq setting the > (insert " )") > (write-region (point-min) (point-max) state-file)))) > > +;;;###autoload > (defun dvc-load-state (&optional state-file) > "Load `dvc-state-file-name`, i.e. evaluate its content." > (let ((state-file (or state-file _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
