]> code.delx.au - gnu-emacs/blobdiff - lisp/dirtrack.el
Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.org
[gnu-emacs] / lisp / dirtrack.el
index 5e825032741b3e2dd62d1450634d034087c98169..a66fc23dec17dd60fa335b2c88ba27c0a27e6475 100644 (file)
@@ -220,6 +220,9 @@ the mode if ARG is omitted or nil."
       (goto-char (point-max))
       (insert msg1 msg2 "\n"))))
 
+(declare-function shell-prefixed-directory-name "shell" (dir))
+(declare-function shell-process-cd "shell" (arg))
+
 ;;;###autoload
 (defun dirtrack (input)
   "Determine the current directory from the process output for a prompt.