fix(popup): fix typo in local variable name

This commit is contained in:
yuhan0 2024-04-01 19:49:03 +08:00 committed by Yann Esposito (Yogsototh)
parent 1167b7aabe
commit cf27397bda
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -106,7 +106,7 @@ the buffer is visible, then set another timer and try again later."
(param (if (memq side '(left right))
'window-width
'window-height)))
(setq list (assq-delete-all 'size alist))
(setq alist (assq-delete-all 'size alist))
(setf (alist-get param alist) size))
(setf (alist-get 'window-parameters alist)
parameters)