Skip to content

Commit 9d98c28

Browse files
author
10sr
committed
Fix bug
1 parent 417cc46 commit 9d98c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

switch-buffer-functions.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ This function should be hooked to `post-command-hook'."
7777
(setq switch-buffer-functions--last-buffer
7878
current)
7979
(run-hook-with-args 'switch-buffer-functions
80-
current
81-
previous))))
80+
previous
81+
current))))
8282

8383
;;;###autoload
8484
(add-hook 'post-command-hook

0 commit comments

Comments
 (0)