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

Re: bugs related to tabs



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 <boruch_baum@xxxxxxx>
> | 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