I am grateful if you commit for me! Martin
Am Donnerstag, 21. Februar 2019 18:03:29 UTC+1 schrieb Waldek Hebisch: > > Martin R wrote: > > > > directory-sep-char is gone. Therefore: > > > > diff --git a/contrib/emacs/fricas.el b/contrib/emacs/fricas.el > > index 070b83ac..9c19b946 100644 > > --- a/contrib/emacs/fricas.el > > +++ b/contrib/emacs/fricas.el > > @@ -688,7 +688,7 @@ See `comint-dynamic-complete-filename'. Returns t > if > > successful." > > (dirsuffix (cond ((not comint-completion-addsuffix) > > "") > > ((not (consp comint-completion-addsuffix)) > > - (char-to-string directory-sep-char)) > > + (char-to-string ?/)) > > (t > > (car comint-completion-addsuffix)))) > > (filesuffix (cond ((not comint-completion-addsuffix) > > > > OK. Do you commit if yourself or should I do this? > > -- > Waldek Hebisch > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/4db164c4-51f6-4ac8-9b4e-b63a07134a4d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
