# HG changeset patch # User Richard M. Stallman # Date 1039296622 0 # Node ID 376c832d1ca7ee92b82da2df161394edc16b94fa # Parent 1e0c7ad65f055ad355ef3c644a594d805dec41bb (speedbar-directory-buttons-follow): Don't use directory-sep-char. diff -r 1e0c7ad65f05 -r 376c832d1ca7 lisp/speedbar.el --- a/lisp/speedbar.el Sat Dec 07 21:29:35 2002 +0000 +++ b/lisp/speedbar.el Sat Dec 07 21:30:22 2002 +0000 @@ -3553,7 +3553,7 @@ TEXT is the button clicked on. TOKEN is the directory to follow. INDENT is the current indentation level and is unused." (if (string-match "^[A-z]:$" token) - (setq default-directory (concat token (char-to-string directory-sep-char))) + (setq default-directory (concat token "/")) (setq default-directory token)) ;; Because we leave speedbar as the current buffer, ;; update contents will change directory without