bug#2439: 23.0.60; [patch] `Mark set' clobbers useful message in ibuffer
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> ! (goto-char 1)
> ! (forward-line orig))))
Thanks for your patch, but please try to avoid hardcoding "1" as above.
Just use (point-min) instead.
Stefan