changeset 100061:18bc0d1e74ff

(dirtrack): Fix error message.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 30 Nov 2008 02:21:24 +0000
parents 4857e032f3d6
children d4660dbaa550
files lisp/dirtrack.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dirtrack.el	Sun Nov 30 02:20:50 2008 +0000
+++ b/lisp/dirtrack.el	Sun Nov 30 02:21:24 2008 +0000
@@ -245,7 +245,7 @@
         ;; 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))