2000-10-19 Gerd Moellmann <gerd@gnu.org>
+ * dirtrack.el (dirtrack): Fix call to run-hooks.
+
* cmuscheme.el (cmuscheme-program-name): Renamed from
scheme-program-name because xscheme.el contains a defcustom with
the same name. As a consequence, customizing group `cmuscheme'
(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)))