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

Re: [URGENT] Re: next week



In [emacs-w3m:13007]
On Thu, 07 Jun 2018 04:24:54 -0400, Boruch Baum wrote:

> URGENT: In file w3.el, line 8178 for me with the patches applied, there
> exists a parenthesis mis-match in function w3m-delete-buffer. The line
> "'no-minibuf" seems to need three close parens instead of two.

> ============================================
> 			    (push buf bufs)))
> 			'no-minibuf)))        <<<<<< HERE
> 	(cond ((= (1- num) (length bufs))
> ============================================

I can see there are two close parentheses.  Verified it in
the newly checked out emacs-w3m. ;-)