bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5376: 23.1; dirtrack.el unnecessary errors [PATCH]


From: Stefan Monnier
Subject: bug#5376: 23.1; dirtrack.el unnecessary errors [PATCH]
Date: Thu, 14 Jan 2010 10:04:55 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

> RCS file: /sources/emacs/emacs/lisp/dirtrack.el,v
> retrieving revision 1.28
> diff -u -r1.28 dirtrack.el
> @@ -270,7 +270,7 @@
>                         (run-hooks 'dirtrack-directory-change-hook)
>                         (dirtrack-debug-message
>                          (format "Changing directory to %s" prompt-path)))
> -                (error "Directory %s does not exist" prompt-path)))
> +                input))
>              )))))
>    input)
 
I agree it shouldn't signal an error.  But we turn the `error' into
a `message', so the user is kept informed of the problem.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]