Skip to content

Commit

Permalink
Update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 28, 2024
1 parent a495b3b commit 8f6d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-compile.el
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ This is especially useful during rebase sessions."
;;; Mode-Line

(defvar-local mode-line-auto-compile
'(auto-compile-mode (:eval (mode-line-auto-compile-control))))
'(auto-compile-mode (:eval (mode-line-auto-compile-control))))
(put 'mode-line-auto-compile 'risky-local-variable t)

(defun mode-line-auto-compile-control ()
Expand Down

0 comments on commit 8f6d708

Please sign in to comment.