diff options
| author | Lars Ingebrigtsen | 2021-02-04 12:32:08 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-02-04 12:32:08 +0100 |
| commit | 3b27f2e46494cbcb5a2c81bd68617ecdf3bc4ad9 (patch) | |
| tree | dc400b177cb068f88cfd2c7a9ea7adccc8ad8961 | |
| parent | b8b3263eab688b97530a7bf7d565b084df56ea08 (diff) | |
| download | emacs-3b27f2e46494cbcb5a2c81bd68617ecdf3bc4ad9.tar.gz emacs-3b27f2e46494cbcb5a2c81bd68617ecdf3bc4ad9.zip | |
Revert "Tweak how ibuffer-invert-sorting updates the buffer"
This reverts commit b8b3263eab688b97530a7bf7d565b084df56ea08.
This doesn't fix other instances of ibuffer-redisplay
| -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 d3d2b324c14..44574abd46a 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-update nil t)) | 1449 | (ibuffer-redisplay 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 |