]> git.eshelyaron.com Git - emacs.git/commitdiff
Resurrect a comment lost in the previous commit.
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 Oct 2001 21:08:32 +0000 (21:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 Oct 2001 21:08:32 +0000 (21:08 +0000)
src/frame.c

index 8d9ef248d017bf5234b8bcdc9c3e4b71d9c231a3..4883f31d427c5ac8ef9e017152cfa363bf5529fd 100644 (file)
@@ -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