[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-condition-case lisp-indent-function typo
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 04 Nov 2010 07:54:06 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11410
- References: <8762wfe20q.fsf@xxxxxxxxx>
In [emacs-w3m : No.11405] Kevin Ryde wrote:
> There might be a missing quote on the w3m-condition-case
> lisp-indent-function per below.
> I noticed this when I made the same mistake in my own code and did a
> grep to see if anyone else may have :-).
[...]
> -(put 'w3m-condition-case lisp-indent-function 2)
> +(put 'w3m-condition-case 'lisp-indent-function 2)
Thank you for finding it out. Although the result will not
differ more often than not, it should be fixed. Committed.