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/E1gwrko-0001Ys-Ks%40hera.math.uni.wroc.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to