aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/ns-win.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index f8da1b21965..4673af30014 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -809,8 +809,8 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
809 809
810 810
811;; Set some options to be as Nextstep-like as possible. 811;; Set some options to be as Nextstep-like as possible.
812(setq frame-title-format t 812(setq frame-title-format "%b"
813 icon-title-format t) 813 icon-title-format "%b")
814 814
815 815
816(defvar ns-initialized nil 816(defvar ns-initialized nil