[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't load w3m when browse-url-browser-function had been set before
- From: Michael Heerdegen <michael_heerdegen@xxxxxx>
- Date: Wed, 11 Jun 2014 15:34:48 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 12321
- References: <87ioo8x4wn.fsf@xxxxxx> <b4moay0z4gz.fsf@xxxxxxx>
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