From: Eli Zaretskii Date: Thu, 25 Oct 2001 21:08:32 +0000 (+0000) Subject: Resurrect a comment lost in the previous commit. X-Git-Tag: ttn-vms-21-2-B4~19150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cd62b8c044951d524a703cbacb8abf249ea0dd0;p=emacs.git Resurrect a comment lost in the previous commit. --- diff --git a/src/frame.c b/src/frame.c index 8d9ef248d01..4883f31d427 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2079,6 +2079,7 @@ If FRAME is nil, describe the currently selected frame. */) if (FRAME_LIVE_P (f)) { + /* Avoid consing in frequent cases. */ if (EQ (parameter, Qname)) value = f->name; #ifdef HAVE_X_WINDOWS