summaryrefslogtreecommitdiff
path: root/lisp/dirtrack.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/dirtrack.el')
-rw-r--r--lisp/dirtrack.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el
index 0769013dbaa..297978101c0 100644
--- a/lisp/dirtrack.el
+++ b/lisp/dirtrack.el
@@ -319,7 +319,7 @@ You can enable directory tracking by adding this function to
(if (file-accessible-directory-p prompt-path)
;; Change directory
(and (shell-process-cd prompt-path)
- (run-hooks dirtrack-directory-change-hook)
+ (run-hooks 'dirtrack-directory-change-hook)
dirtrack-debug
(dirtrack-debug-message
(format "Changing directory to %s" prompt-path)))