mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-03 15:53:13 -08:00
Merge branch 'rabbibotton:main' into main
This commit is contained in:
commit
af66708a2b
5 changed files with 70 additions and 23 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue