* term/ns-win.el (display-format-alist): Use .*.
Fixes: debbugs:14765
This commit is contained in:
parent
57f8c49045
commit
a3b49114c1
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* term/ns-win.el (display-format-alist): Use .* (Bug#14765).
|
||||
|
||||
2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
|
||||
|
|
|
|||
|
|
@ -940,7 +940,8 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
|
|||
(x-apply-session-resources)
|
||||
(setq ns-initialized t))
|
||||
|
||||
(add-to-list 'display-format-alist '("\\`ns\\'" . ns))
|
||||
;; Any display name is OK.
|
||||
(add-to-list 'display-format-alist '(".*" . ns))
|
||||
(add-to-list 'handle-args-function-alist '(ns . x-handle-args))
|
||||
(add-to-list 'frame-creation-function-alist '(ns . x-create-frame-with-faces))
|
||||
(add-to-list 'window-system-initialization-alist '(ns . ns-initialize-window-system))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue