[emacs-w3m:13687] Re: [BUGREPORT] "saving-face"
Katsumi Yamaoka <[email protected]> Fri, 30 Oct 2020 07:34:22 +0900
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
In [emacs-w3m:13686] On Thu, 29 Oct 2020 04:15:45 -0400, Boruch Baum wrote: > Here's one improvement for resiliency. Change: > (if (= 1 (length new-prop)) > to: > (if (>= 1 (length new-prop)) Pushed. Thanks for the improvement.