aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-30 02:21:24 +0000
committerChong Yidong2008-11-30 02:21:24 +0000
commit59ef77e79f7f3a19322faec442c0b2bed6af8fd6 (patch)
tree951fd640b1c6b01b14cf63f9b7ecc608c17ef809
parent47f77e6f1d118de75e7870ffe2f49e723d02d828 (diff)
downloademacs-59ef77e79f7f3a19322faec442c0b2bed6af8fd6.tar.gz
emacs-59ef77e79f7f3a19322faec442c0b2bed6af8fd6.zip
(dirtrack): Fix error message.
-rw-r--r--lisp/dirtrack.el2
1 files changed, 1 insertions, 1 deletions
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."
245 ;; No match 245 ;; No match
246 (if (not (string-match dirtrack-regexp input)) 246 (if (not (string-match dirtrack-regexp input))
247 (dirtrack-debug-message 247 (dirtrack-debug-message
248 (format "Input `%s' failed to match `dirtrack-regexp'" input)) 248 (format "Input `%s' failed to match `dirtrack-list'" input))
249 (setq prompt-path (match-string match-num input)) 249 (setq prompt-path (match-string match-num input))
250 ;; Empty string 250 ;; Empty string
251 (if (not (> (length prompt-path) 0)) 251 (if (not (> (length prompt-path) 0))