mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 23:51:24 -08:00
*** empty log message ***
This commit is contained in:
parent
90e65f0739
commit
42dcdd5fc7
1 changed files with 3 additions and 1 deletions
|
|
@ -889,7 +889,9 @@ print (obj, printcharfun, escapeflag)
|
|||
|
||||
#ifdef MULTI_SCREEN
|
||||
case Lisp_Screen:
|
||||
strout ("#<screen ", -1, printcharfun);
|
||||
strout (((XSCREEN (obj)->display.nothing == 0)
|
||||
? "#<dead screen " : "#<screen "),
|
||||
-1, printcharfun);
|
||||
print_string (XSCREEN (obj)->name, printcharfun);
|
||||
sprintf (buf, " 0x%x", XFASTINT (XSCREEN (obj)));
|
||||
strout (buf, -1, printcharfun);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue