diff options
Diffstat (limited to 'lisp/dirtrack.el')
-rw-r--r-- | lisp/dirtrack.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index 4cc1cebd3b8..e73cf279e51 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el @@ -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. |