]> code.delx.au - gnu-emacs/blobdiff - lisp/dirtrack.el
(tar-data-swapped): New var.
[gnu-emacs] / lisp / dirtrack.el
index e65e5fc7560cd893d044b8640211322a91f125ee..5a855653f80910fcd9b860ca811d4647fe425313 100644 (file)
@@ -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))