diff --git a/lisp/paren.el b/lisp/paren.el index 6e1111779fa..7661e8efbf1 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -522,10 +522,7 @@ It is the default value of `show-paren-data-function'." openparen)) (message-log-max nil)) (cond - ((and - (eq show-paren-context-when-offscreen 'child-frame) - (or (display-graphic-p) - (featurep 'tty-child-frames))) + ((eq show-paren-context-when-offscreen 'child-frame) (show-paren--show-context-in-child-frame context)) ((eq show-paren-context-when-offscreen 'overlay) (show-paren--show-context-in-overlay context))