]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous ibuffer patch
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 13:36:58 +0000 (14:36 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2021 13:36:58 +0000 (14:36 +0100)
* lisp/ibuffer.el (ibuffer-last-sorting-mode): Restore variable
removed by mistake in previous change.

lisp/ibuffer.el

index c91a70b3a1c09353383249da7333c76d42959dc2..c0a6d16c6f82e34b234e5186f39e23616f04bfb0 100644 (file)
@@ -219,6 +219,7 @@ view of the buffers."
                 (const :tag "File name" :value filename/process)
                  (const :tag "Major mode" :value major-mode)))
 (defvar ibuffer-sorting-mode nil)
+(defvar ibuffer-last-sorting-mode nil)
 
 (defcustom ibuffer-default-sorting-reversep nil
   "If non-nil, reverse the default sorting order."