From: Chong Yidong Date: Sun, 30 Nov 2008 02:21:24 +0000 (+0000) Subject: (dirtrack): Fix error message. X-Git-Tag: emacs-pretest-23.0.90~1418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59ef77e79f7f3a19322faec442c0b2bed6af8fd6;p=emacs.git (dirtrack): Fix error message. --- 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))