• Description has changed:

Diff:

--- old
+++ new
@@ -2,4 +2,4 @@

 AFAICT this is unnecessarily complicated.  Since we always try to open the display corresponding to the value of `DISPLAY`, we might as well just use `XLIB:OPEN-DEFAULT-DISPLAY`. Otherwise we are wasting work by duplicating what `XLIB:OPEN-DEFAULT-DISPLAY` does (better) to parse the value of `DISPLAY`

-If you (Fred) don't object, I'll kill the body of `VERIFY-DISPLAY-CAN-BE-OPENED` and use 
+If you (Fred) don't object, I'll kill the body of `VERIFY-DISPLAY-CAN-BE-OPENED` and use `XLIB:OPEN-DEFAULT-DISPLAY` to do the heavy-lifting instead.