1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix previous change.

This commit is contained in:
Richard M. Stallman 1997-05-15 03:59:36 +00:00
parent faff8e29e7
commit 982fa4e514
2 changed files with 2 additions and 4 deletions

View 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)

View 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