[emacs-w3m:13186] Re: [emacs-w3m/emacs-w3m] bb_quibbles (#15)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/15/review/[email protected]> |
Boruch-Baum commented on this pull request. > @@ -439,7 +440,7 @@ fid=\\([^/]+\\)/type=\\([^/]+\\)/name=\\([^/]*\\)/id=\\(.*\\)$" (let ((hseq (nth 2 (w3m-action (point)))) (value (w3m-form-get form id))) (when (> hseq 0) - (setq textareas (cons (cons hseq value) textareas))) + (push textareas (cons hseq value) textareas)) Yes! Thanks. Fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/emacs-w3m/emacs-w3m/pull/15#discussion_r257606360