diff options
| author | Chong Yidong | 2012-01-02 17:27:32 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-02 17:27:32 +0800 |
| commit | f75bfc33d63f5087993e9954a71663287ff6ea5c (patch) | |
| tree | 929eeeefd7a5bbb0dd30aaa58a65172b021c79f1 /etc/NEWS | |
| parent | 651e947eb84b9201faa63ff6dc855a8c99ac8018 (diff) | |
| download | emacs-f75bfc33d63f5087993e9954a71663287ff6ea5c.tar.gz emacs-f75bfc33d63f5087993e9954a71663287ff6ea5c.zip | |
Move shell-dir-cookie-re feature into Dirtrack mode.
* lisp/dirtrack.el (dirtrack-list): Eliminate unused third element.
(dirtrack): Merge code for handling relative filenames in prompt
from shell-dir-cookie-watcher.
(dirtrack-debug-message): New arg to avoid excess format calls.
* lisp/shell.el (shell-dir-cookie-re): Variable deleted.
(shell-dir-cookie-watcher): Function deleted.
(shell-mode): Don't use shell-dir-cookie-re, since it is redundant
with dirtrack-mode.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -749,10 +749,6 @@ Try using `rmail-show-message-hook' instead. | |||
| 749 | directory is a remote file name and neither the environment variable | 749 | directory is a remote file name and neither the environment variable |
| 750 | $ESHELL nor the variable `explicit-shell-file-name' is set. | 750 | $ESHELL nor the variable `explicit-shell-file-name' is set. |
| 751 | 751 | ||
| 752 | *** New variable `shell-dir-cookie-re'. | ||
| 753 | If set to an appropriate regexp, Shell mode can track your cwd by | ||
| 754 | reading it from your prompt. | ||
| 755 | |||
| 756 | --- | 752 | --- |
| 757 | ** SQL Mode enhancements. | 753 | ** SQL Mode enhancements. |
| 758 | 754 | ||