]> code.delx.au - gnu-emacs/blobdiff - lisp/dirtrack.el
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / dirtrack.el
index 4cc1cebd3b8fcc8b74594fa6fab9a6068a9ae0e3..e73cf279e510a72a41befe0f997c7dfbcc97aa39 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.