# HG changeset patch # User Richard M. Stallman # Date 863668776 0 # Node ID b3b2e2db1de7c887ff40bce8063d87d818529389 # Parent c22c5e2a8d9ec7ab66f6baae268c18f6a248076e Fix previous change. diff -r c22c5e2a8d9e -r b3b2e2db1de7 lisp/dired.el --- a/lisp/dired.el Thu May 15 03:55:20 1997 +0000 +++ b/lisp/dired.el Thu May 15 03:59:36 1997 +0000 @@ -1095,7 +1095,7 @@ ;; 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 -r c22c5e2a8d9e -r b3b2e2db1de7 lisp/term/x-win.el --- a/lisp/term/x-win.el Thu May 15 03:55:20 1997 +0000 +++ b/lisp/term/x-win.el Thu May 15 03:59:36 1997 +0000 @@ -646,8 +646,6 @@ (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 @@ (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