Hi, with recent emacs, a warning is popping up when opening a new file with tramp:
=> xmtn-match--contains-match-variable-p is already compiled This is due to this that is no more needed I think, at least on emacs-24.2.(xmtn-match.el) --8<---------------cut here---------------start------------->8--- ;; Make sure the function is compiled to avoid stack overflows. ;; Without this, DVC fails to build (in my configuration), since it ;; initially loads the elisp file as source. (byte-compile 'xmtn-match--generate-branch) ;; I think the same may hold for this function (see message from Sam ;; Steingold on the dvc-dev list, 2007-07-09), although I haven't ;; tried very hard to reproduce it. (byte-compile 'xmtn-match--contains-match-variable-p) --8<---------------cut here---------------end--------------->8--- -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
