Skip to content

Commit

Permalink
Fix: Add correct arguments to centaur-tabs-after-modifying-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ema2159 committed Mar 6, 2020
1 parent 725b084 commit ad6b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centaur-tabs.el
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ If icon gray out option enabled, gray out icon if not SELECTED."
(set-buffer-modified-p (buffer-modified-p))
(centaur-tabs-set-template centaur-tabs-current-tabset nil)
(centaur-tabs-display-update))
(defun centaur-tabs-after-modifying-buffer (_begin _end _length)
(defun centaur-tabs-after-modifying-buffer (&rest _)
"Function to be run after the buffer is changed.
BEGIN, END and LENGTH are just standard arguments for after-changes-function
hooked functions"
Expand Down

0 comments on commit ad6b069

Please sign in to comment.