Changeset 4091 for trunk/lisp/shell.el
- Timestamp:
- 05/27/06 10:35:24 (2 years ago)
- Files:
-
- trunk/lisp/shell.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/shell.el
r4085 r4091 434 434 (make-local-variable 'shell-last-dir) 435 435 (setq shell-last-dir nil) 436 (shell-dirtrack-mode 1)437 436 (setq comint-input-autoexpand shell-input-autoexpand) 438 437 ;; This is not really correct, since the shell buffer does not really 439 438 ;; edit this directory. But it is useful in the buffer list and menus. 440 439 (make-local-variable 'list-buffers-directory) 440 (shell-dirtrack-mode 1) 441 441 (setq list-buffers-directory (expand-file-name default-directory)) 442 442 ;; shell-dependent assignments.
