X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/2b66db1e02bc11de1b1efcf1ea8335b36e69f4fc..4644082451f92f7a060e47be6b9967acf8412c7f:/src/display.lisp?ds=sidebyside diff --git a/src/display.lisp b/src/display.lisp index a0be611..7de1c63 100644 --- a/src/display.lisp +++ b/src/display.lisp @@ -22,6 +22,7 @@ (defun display (display object &rest args &key deactivate activate &allow-other-keys) + (funcall-with-layer-context (modify-layer-context (current-layer-context) :activate activate @@ -32,6 +33,7 @@ (define-layered-method display-using-description :around (description display object &rest args) (declare (ignorable args)) +#+nil (break "Entering DISPLAY for ~A on ~A using ~A" object display description) (let ((*display* display)) (apply #'funcall-with-described-object (lambda ()