Mercurial > emacs
changeset 48716:376c832d1ca7
(speedbar-directory-buttons-follow): Don't use directory-sep-char.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Dec 2002 21:30:22 +0000 |
parents | 1e0c7ad65f05 |
children | b243692710b4 |
files | lisp/speedbar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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