diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */) | |||
| 2079 | 2079 | ||
| 2080 | if (FRAME_LIVE_P (f)) | 2080 | if (FRAME_LIVE_P (f)) |
| 2081 | { | 2081 | { |
| 2082 | /* Avoid consing in frequent cases. */ | ||
| 2082 | if (EQ (parameter, Qname)) | 2083 | if (EQ (parameter, Qname)) |
| 2083 | value = f->name; | 2084 | value = f->name; |
| 2084 | #ifdef HAVE_X_WINDOWS | 2085 | #ifdef HAVE_X_WINDOWS |