[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mouse-1 clicks in Emacs 22
>>>>> In [emacs-w3m : No.07704] Romain Francoise wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> writes:
>> I think it can be in the release branch as the follwing:
>> (when (boundp 'mouse-1-click-follows-link)
>> (define-key map [follow-link] 'mouse-face))
> I didn't want to depend on `mouse-1-click-follows-link' since it could
> always be renamed at a later time, and binding a non-existing key didn't
> look dangerous.
Indeed. I've fixed it so as to make [follow-link] be always
bound.