We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7197630 + 238710a commit 2b966edCopy full SHA for 2b966ed
fireplace.el
@@ -180,7 +180,7 @@
180
(transient-mark-mode nil)
181
(buffer-disable-undo))
182
183
-(defun fireplace--update-locals-vars ()
+(defun fireplace--update-locals-vars (&optional frame)
184
"Update `fireplace' local variables."
185
(setq fireplace--bkgd-height (- (floor (window-height (get-buffer-window fireplace-buffer-name))) 1)
186
fireplace--bkgd-width (- (round (window-width (get-buffer-window fireplace-buffer-name))) 1)
0 commit comments