Merge branch 'rabbibotton:main' into main

This commit is contained in:
Rosario S.E. 3vau 2022-09-11 16:54:00 +08:00 committed by GitHub
commit af66708a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 70 additions and 23 deletions

View file

@ -1993,7 +1993,8 @@ It parse the string TEXT without using READ functions."
(save obj nil))
(t
(setf is-dirty nil)
(window-close win)))))
(window-close win))))
:ok-text "Yes" :cancel-text "No")
nil)
(t
t))))
@ -2689,7 +2690,8 @@ It parse the string TEXT without using READ functions."
(setf is-dirty nil)
(when result
(save obj nil))
(window-close win)))
(window-close win))
:ok-text "Yes" :cancel-text "No")
nil)
(t
t))))