diff options
| -rw-r--r-- | lisp/dirtrack.el | 2 |
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)) |