aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bindings.el2
-rw-r--r--lisp/loadup.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index ee3a23ca78f..280ca028842 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -214,7 +214,7 @@ Major modes that edit things other than ordinary files may change this
214 214
215(make-variable-buffer-local 'mode-line-buffer-identification) 215(make-variable-buffer-local 'mode-line-buffer-identification)
216 216
217(defvar mode-line-frame-identification '("-%T ") 217(defvar mode-line-frame-identification '(window-system " " "-%F ")
218 "Mode-line control to describe the current frame.") 218 "Mode-line control to describe the current frame.")
219 219
220(defvar mode-line-process nil "\ 220(defvar mode-line-process nil "\
diff --git a/lisp/loadup.el b/lisp/loadup.el
index c64df547582..07ed6e8d463 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -190,6 +190,7 @@
190 (load "emacs-lisp/float-sup"))) 190 (load "emacs-lisp/float-sup")))
191(message "%s" (garbage-collect)) 191(message "%s" (garbage-collect))
192 192
193;; Load auxiliary settings for X displays if we support them.
193(when (fboundp 'x-create-frame) 194(when (fboundp 'x-create-frame)
194 (load "mouse") 195 (load "mouse")
195 (load "international/fontset") 196 (load "international/fontset")