* dirtrack.el (dirtrack): Warn instead of signalling error if the
regexp is incorrect (Bug#5476).
+2010-01-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * dirtrack.el (dirtrack): Warn instead of signalling error if the
+ regexp is incorrect (Bug#5476).
+
2010-01-29 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-insert-directory): Handle also
(run-hooks 'dirtrack-directory-change-hook)
(dirtrack-debug-message
(format "Changing directory to %s" prompt-path)))
- (error "Directory %s does not exist" prompt-path)))
+ (warn "Directory %s does not exist" prompt-path)))
)))))
input)