aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-15 03:59:36 +0000
committerRichard M. Stallman1997-05-15 03:59:36 +0000
commit982fa4e51490755aa01ca8693a8615f2c1520e4f (patch)
tree48b3ec851530d96321956f765eb46c9ebb037253
parentfaff8e29e76731b486ffbc4842037ad63cf3beac (diff)
downloademacs-982fa4e51490755aa01ca8693a8615f2c1520e4f.tar.gz
emacs-982fa4e51490755aa01ca8693a8615f2c1520e4f.zip
Fix previous change.
-rw-r--r--lisp/dired.el2
-rw-r--r--lisp/term/x-win.el4
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:
1095;; case-fold-search nil 1095;; case-fold-search nil
1096 buffer-read-only t 1096 buffer-read-only t
1097 selective-display t ; for subdirectory hiding 1097 selective-display t ; for subdirectory hiding
1098 mode-line-buffer-identification '(" %17b")) 1098 mode-line-buffer-identification '("%17b"))
1099 (set (make-local-variable 'revert-buffer-function) 1099 (set (make-local-variable 'revert-buffer-function)
1100 (function dired-revert)) 1100 (function dired-revert))
1101 (set (make-local-variable 'page-delimiter) 1101 (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.")
646(setq x-cut-buffer-max (min (- (/ (x-server-max-request-size) 2) 100) 646(setq x-cut-buffer-max (min (- (/ (x-server-max-request-size) 2) 100)
647 x-cut-buffer-max)) 647 x-cut-buffer-max))
648 648
649(setq-default mode-line-frame-identification "")
650
651(if (fboundp 'new-fontset) 649(if (fboundp 'new-fontset)
652 (progn 650 (progn
653 ;; Create a default fontset. 651 ;; Create a default fontset.
@@ -756,7 +754,7 @@ This is in addition to the primary selection.")
756(setq split-window-keep-point t) 754(setq split-window-keep-point t)
757 755
758;; Don't show the frame name; that's redundant with X. 756;; Don't show the frame name; that's redundant with X.
759(setq-default mode-line-buffer-identification '("Emacs: %12b")) 757(setq-default mode-line-frame-identification " ")
760 758
761;;; Motif direct handling of f10 wasn't working right, 759;;; Motif direct handling of f10 wasn't working right,
762;;; So temporarily we've turned it off in lwlib-Xm.c 760;;; So temporarily we've turned it off in lwlib-Xm.c