Show
Ignore:
Timestamp:
05/27/06 10:35:24 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/shell.el

    r4085 r4091  
    434434  (make-local-variable 'shell-last-dir) 
    435435  (setq shell-last-dir nil) 
    436   (shell-dirtrack-mode 1) 
    437436  (setq comint-input-autoexpand shell-input-autoexpand) 
    438437  ;; This is not really correct, since the shell buffer does not really 
    439438  ;; edit this directory.  But it is useful in the buffer list and menus. 
    440439  (make-local-variable 'list-buffers-directory) 
     440  (shell-dirtrack-mode 1) 
    441441  (setq list-buffers-directory (expand-file-name default-directory)) 
    442442  ;; shell-dependent assignments.