]> git.eshelyaron.com Git - emacs.git/commitdiff
(dirtrack): Fix call to run-hooks.
authorGerd Moellmann <gerd@gnu.org>
Thu, 19 Oct 2000 14:55:12 +0000 (14:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 19 Oct 2000 14:55:12 +0000 (14:55 +0000)
lisp/ChangeLog
lisp/dirtrack.el

index 1c993d7ea0a611c11bde67158de8b86a14380713..ef621400b24e2a4b609966316eeb75e1e181f72b 100644 (file)
@@ -1,5 +1,7 @@
 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'
index 0769013dbaa8c575375c573fe57d3421514741af..297978101c00a27decdd4f754e2e7f4c308f2f2b 100644 (file)
@@ -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)))