GNU bug report logs -
#21418
24.3; Buffer-menu-unmark fails to unmark a Save request
Previous Next
Reported by: Len Weisberg <Len <at> Weisberg.com>
Date: Fri, 4 Sep 2015 20:32:02 UTC
Severity: normal
Found in version 24.3
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 21418 <at> debbugs.gnu.org (full text, mbox):
Len Weisberg <Len <at> Weisberg.com> writes:
> Just as stated in the subject:
> emacs 24.3; Buffer-menu-unmark fails to unmark a Save request
>
> Here is a fixed version (adding the second tabulated-list-set-col ) :
>
> (defun Buffer-menu-unmark (&optional backup)
> "Cancel all requested operations on buffer on this line and move down.
> Optional prefix arg means move up."
> (interactive "P")
> (tabulated-list-set-col 0 " " t)
> (tabulated-list-set-col 2
> (if (buffer-modified-p (Buffer-menu-buffer)) "*" " ") t)
> (forward-line (if backup -1 1)))
(I'm going through old bug reports that have unfortunately not gotten
any responses.)
Looks like this was fixed in commit cf59e41cd43, so I'm closing this bug
report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 5 years and 298 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.