emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/speedbar.el


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/speedbar.el
Date: Sat, 01 Feb 2003 19:14:19 -0500

Index: emacs/lisp/speedbar.el
diff -c emacs/lisp/speedbar.el:1.50 emacs/lisp/speedbar.el:1.51
*** emacs/lisp/speedbar.el:1.50 Thu Dec  5 18:01:20 2002
--- emacs/lisp/speedbar.el      Sat Dec  7 16:30:22 2002
***************
*** 3553,3559 ****
  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 token))
    ;; Because we leave speedbar as the current buffer,
    ;; update contents will change directory without
--- 3553,3559 ----
  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 "/"))
      (setq default-directory token))
    ;; Because we leave speedbar as the current buffer,
    ;; update contents will change directory without




reply via email to

[Prev in Thread] Current Thread [Next in Thread]