From 982fa4e51490755aa01ca8693a8615f2c1520e4f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 May 1997 03:59:36 +0000 Subject: [PATCH] Fix previous change. --- lisp/dired.el | 2 +- lisp/term/x-win.el | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/dired.el b/lisp/dired.el index 0d6d46b9938..c2d61948c80 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1095,7 +1095,7 @@ Keybindings: ;; case-fold-search nil buffer-read-only t selective-display t ; for subdirectory hiding - mode-line-buffer-identification '(" %17b")) + mode-line-buffer-identification '("%17b")) (set (make-local-variable 'revert-buffer-function) (function dired-revert)) (set (make-local-variable 'page-delimiter) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 84827e2680a..9c73af5df51 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -646,8 +646,6 @@ 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-frame-identification "") - (if (fboundp 'new-fontset) (progn ;; Create a default fontset. @@ -756,7 +754,7 @@ This is in addition to the primary selection.") (setq split-window-keep-point t) ;; Don't show the frame name; that's redundant with X. -(setq-default mode-line-buffer-identification '("Emacs: %12b")) +(setq-default mode-line-frame-identification " ") ;;; Motif direct handling of f10 wasn't working right, ;;; So temporarily we've turned it off in lwlib-Xm.c -- 2.39.2