From 59ef77e79f7f3a19322faec442c0b2bed6af8fd6 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 30 Nov 2008 02:21:24 +0000 Subject: [PATCH] (dirtrack): Fix error message. --- lisp/dirtrack.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dirtrack.el b/lisp/dirtrack.el index e65e5fc7560..5a855653f80 100644 --- a/lisp/dirtrack.el +++ b/lisp/dirtrack.el @@ -245,7 +245,7 @@ function `dirtrack-debug-mode' to turn on debugging output." ;; No match (if (not (string-match dirtrack-regexp input)) (dirtrack-debug-message - (format "Input `%s' failed to match `dirtrack-regexp'" input)) + (format "Input `%s' failed to match `dirtrack-list'" input)) (setq prompt-path (match-string match-num input)) ;; Empty string (if (not (> (length prompt-path) 0)) -- 2.39.2