Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Jul 3, 2016
1 parent 417cc46 commit 9d98c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switch-buffer-functions.el
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ This function should be hooked to `post-command-hook'."
(setq switch-buffer-functions--last-buffer
current)
(run-hook-with-args 'switch-buffer-functions
current
previous))))
previous
current))))

;;;###autoload
(add-hook 'post-command-hook
Expand Down

0 comments on commit 9d98c28

Please sign in to comment.