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)

-- 
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/985715a9-3b15-43b2-a7d6-434e5c34bad5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to