diff options
| author | Alan Third | 2018-02-11 11:34:49 +0000 |
|---|---|---|
| committer | Alan Third | 2018-02-11 20:54:28 +0000 |
| commit | f7a853d818d4ef04ceefe5e34d445fd73da8fe11 (patch) | |
| tree | 177a51a62ab203a24b760c5183c6ed98ffee0f79 /lisp | |
| parent | 5a75cd1f8fbdb1dc5dbadf32c1e224e32a712194 (diff) | |
| download | emacs-f7a853d818d4ef04ceefe5e34d445fd73da8fe11.tar.gz emacs-f7a853d818d4ef04ceefe5e34d445fd73da8fe11.zip | |
Remove NS special handling of 'frame-title-format'
* lisp/term/ns-win.el (frame-title-format, icon-title-format): Change
default format to just the filename.
* src/nsfns.m (ns-use-proxy-icon): New variable.
(ns_set_name_as_filename): Remove function.
(x_implicitly_set_name): Get rid of special handling of
frame-title-format.
* src/nsterm.h (ns_set_represented_filename): Use new definition.
* src/nsterm.m (ns_set_represented_filename): Move some of the logic
from ns_set_name_as_filename into this function.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/term/ns-win.el | 4 |
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 |