]> git.eshelyaron.com Git - emacs.git/commitdiff
(speedbar-directory-buttons-follow): Don't use directory-sep-char.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:30:22 +0000 (21:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Dec 2002 21:30:22 +0000 (21:30 +0000)
lisp/speedbar.el

index 0781c4707b3247b344daa9df2aa858015842911f..9af94658f0b8bca60c26b2880547613ec7d67a62 100644 (file)
@@ -3553,7 +3553,7 @@ expanded.  INDENT is the current indentation level."
 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