[emacs-w3m:13425] Re: bugs related to tabs
Tatsuya Kinoshita <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <20190525.090557.115916009875119366.tats%[email protected]> |
On May 24, 2019, [emacs-w3m:13423], yamaoka (at jpl.org) wrote: > I realized those three bugs all started with the commit 1870402: > ,---- > | commit 1870402fd2c46ff47c115d3aa7cd455935ec96c8 > | Author: Boruch Baum <[email protected]> > | Date: Mon Apr 15 10:15:58 2019 -0400 > | > | BUGFIX: allow new tabs to be loaded in background Please revert the merge commit if the merged branch is now unacceptable. ``` $ git log --graph $ git revert -m 1 a0555fa $ git status $ git diff $ editor ChangeLog $ editor w3m.el $ git add ChangeLog w3m.el $ git revert --continue ``` Thanks, -- Tatsuya Kinoshita