aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
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 /lisp/term
parentfaff8e29e76731b486ffbc4842037ad63cf3beac (diff)
downloademacs-982fa4e51490755aa01ca8693a8615f2c1520e4f.tar.gz
emacs-982fa4e51490755aa01ca8693a8615f2c1520e4f.zip
Fix previous change.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el4
1 files changed, 1 insertions, 3 deletions
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