From 7b764489ab2f50fb7f8984d771337e5821c45644 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 May 1997 03:54:56 +0000 Subject: [PATCH] (mode-line-frame-identification): Set this, not mode-line-buffer-identification. --- lisp/term/x-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index a6a9cfb69ed..84827e2680a 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -646,7 +646,7 @@ This is in addition to the primary selection.") (setq x-cut-buffer-max (min (- (/ (x-server-max-request-size) 2) 100) x-cut-buffer-max)) -(setq-default mode-line-buffer-identification '(" %12b")) +(setq-default mode-line-frame-identification "") (if (fboundp 'new-fontset) (progn -- 2.39.2