changeset 32664:f2f529ddfb31

(dirtrack): Fix call to run-hooks.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 19 Oct 2000 14:54:42 +0000
parents d9ec34d11ffc
children 1b8d754b8bfc
files lisp/dirtrack.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))