From 5cd62b8c044951d524a703cbacb8abf249ea0dd0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 25 Oct 2001 21:08:32 +0000 Subject: [PATCH] Resurrect a comment lost in the previous commit. --- src/frame.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5