mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Tweak how ibuffer-invert-sorting updates the buffer
* lisp/ibuf-ext.el (ibuffer-invert-sorting): Enable calling this function repeatedly with more predictable results (bug#30129).
This commit is contained in:
parent
b12d22f6af
commit
b8b3263eab
1 changed files with 1 additions and 1 deletions
|
|
@ -1446,7 +1446,7 @@ Default sorting modes are:
|
||||||
(if ibuffer-sorting-reversep
|
(if ibuffer-sorting-reversep
|
||||||
"reversed"
|
"reversed"
|
||||||
"normal"))
|
"normal"))
|
||||||
(ibuffer-redisplay t))
|
(ibuffer-update nil t))
|
||||||
|
|
||||||
;;;###autoload (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext")
|
;;;###autoload (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext")
|
||||||
(define-ibuffer-sorter major-mode
|
(define-ibuffer-sorter major-mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue