[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5376: 23.1; dirtrack.el unnecessary errors [PATCH]
|
From: |
Chong Yidong |
|
Subject: |
bug#5376: 23.1; dirtrack.el unnecessary errors [PATCH] |
|
Date: |
Fri, 29 Jan 2010 14:09:45 -0500 |
> dirtrack.el can occasionally call a signal an error when it's regex
> matches a directory that does not exist. This is generally called when
> dirtrack-list is slightly incorrect, but this is a hard variable to get
> precise, for some prompts; in the cases where it matches a non-existent
> directory, I believe it should print the input as normal, instead of
> swallowing it and erroring.
I have changed it to use `warn' instead of `error'.