# HG changeset patch # User Chong Yidong # Date 1228011684 0 # Node ID 18bc0d1e74ff95aa559e0fa383867a9b2cbe079f # Parent 4857e032f3d6d9a83c1132547b5ecd0644f355bd (dirtrack): Fix error message. diff -r 4857e032f3d6 -r 18bc0d1e74ff lisp/dirtrack.el --- 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))