aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-01-02 17:27:32 +0800
committerChong Yidong2012-01-02 17:27:32 +0800
commitf75bfc33d63f5087993e9954a71663287ff6ea5c (patch)
tree929eeeefd7a5bbb0dd30aaa58a65172b021c79f1 /etc
parent651e947eb84b9201faa63ff6dc855a8c99ac8018 (diff)
downloademacs-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')
-rw-r--r--etc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c0058800919..fc390df7743 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -749,10 +749,6 @@ Try using `rmail-show-message-hook' instead.
749directory is a remote file name and neither the environment variable 749directory 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'.
753If set to an appropriate regexp, Shell mode can track your cwd by
754reading it from your prompt.
755
756--- 752---
757** SQL Mode enhancements. 753** SQL Mode enhancements.
758 754