]> code.delx.au - gnu-emacs/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 May 1997 03:59:36 +0000 (03:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 May 1997 03:59:36 +0000 (03:59 +0000)
lisp/dired.el
lisp/term/x-win.el

index 0d6d46b99384644f441de8badde9b8aad0a9235c..c2d61948c8089c9187be9107ff427329d5e0450c 100644 (file)
@@ -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)
index 84827e2680a7f7bacc46db4035035ab58b578ffd..9c73af5df51d976a0839dbb027c8f635e74501ce 100644 (file)
@@ -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