mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(dirtrack): Fix error message.
This commit is contained in:
parent
47f77e6f1d
commit
59ef77e79f
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue