# HG changeset patch # User Gerd Moellmann # Date 971967282 0 # Node ID f2f529ddfb317446d68381bf84ac0d564017da8c # Parent d9ec34d11ffcbd363c3514c0eaa36a96c7041bb3 (dirtrack): Fix call to run-hooks. diff -r d9ec34d11ffc -r f2f529ddfb31 lisp/dirtrack.el --- a/lisp/dirtrack.el Thu Oct 19 14:45:45 2000 +0000 +++ b/lisp/dirtrack.el Thu Oct 19 14:54:42 2000 +0000 @@ -319,7 +319,7 @@ (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)))