changeset 17811:b3b2e2db1de7

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 May 1997 03:59:36 +0000
parents c22c5e2a8d9e
children 7fb38e7df85b
files lisp/dired.el lisp/term/x-win.el
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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