bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21418: 24.3; Buffer-menu-unmark fails to unmark a Save request


From: Lars Ingebrigtsen
Subject: bug#21418: 24.3; Buffer-menu-unmark fails to unmark a Save request
Date: Thu, 01 Aug 2019 21:35:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Len Weisberg <Len@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]