Skip to content

Commit

Permalink
Allow continuing from window override
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Feb 23, 2017
1 parent 0a5e096 commit 2996943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window.lisp
Expand Up @@ -23,7 +23,7 @@
(defun (setf window) (window name)
(etypecase window (window))
(when (window name)
(error "A window with the name ~s is already known!" name))
(cerror "Overwrite it" "A window with the name ~s is already known!" name))
(setf (gethash (window-name name) *windows*) window))

(defun remove-window (name)
Expand Down

0 comments on commit 2996943

Please sign in to comment.