diff options
| author | Lars Ingebrigtsen | 2021-02-04 12:26:00 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-02-04 12:26:00 +0100 |
| commit | b8b3263eab688b97530a7bf7d565b084df56ea08 (patch) | |
| tree | 5b2063a2c853fa97dc4d46659951201950a4cf01 | |
| parent | b12d22f6afd75d7556e301304c0529936828cf2b (diff) | |
| download | emacs-b8b3263eab688b97530a7bf7d565b084df56ea08.tar.gz emacs-b8b3263eab688b97530a7bf7d565b084df56ea08.zip | |
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).
| -rw-r--r-- | lisp/ibuf-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 44574abd46a..d3d2b324c14 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el | |||
| @@ -1446,7 +1446,7 @@ Default sorting modes are: | |||
| 1446 | (if ibuffer-sorting-reversep | 1446 | (if ibuffer-sorting-reversep |
| 1447 | "reversed" | 1447 | "reversed" |
| 1448 | "normal")) | 1448 | "normal")) |
| 1449 | (ibuffer-redisplay t)) | 1449 | (ibuffer-update nil t)) |
| 1450 | 1450 | ||
| 1451 | ;;;###autoload (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext") | 1451 | ;;;###autoload (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext") |
| 1452 | (define-ibuffer-sorter major-mode | 1452 | (define-ibuffer-sorter major-mode |