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

Re: Can't load w3m when browse-url-browser-function had been set before



Katsumi Yamaoka <yamaoka@xxxxxxx> writes:

> Thanks for tracking it down.  I've fixed it in CVS as follows:
>
> (if (stringp (car-safe
>               (car-safe browse-url-browser-function)))
>     (catch 'browser
>       ...)
>   browse-url-browser-function)

Looks good, thanks!


Michael