projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecea3f2
)
Fix creating GUI frames in an automatically started server on Haiku
author
Po Lu
<luangruo@yahoo.com>
Tue, 11 Jan 2022 05:36:09 +0000
(
05:36
+0000)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 11 Jan 2022 05:36:09 +0000
(
05:36
+0000)
* lisp/term/haiku-win.el: Correct specification of
`display-format-alist'.
lisp/term/haiku-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/haiku-win.el
b/lisp/term/haiku-win.el
index ffd67e9cf0678933e13a56053e2d2deefe2cf0ef..ff9402c4acbd4d3f6d35a9ac0abc707343d6d84a 100644
(file)
--- a/
lisp/term/haiku-win.el
+++ b/
lisp/term/haiku-win.el
@@
-36,7
+36,7
@@
(require 'fontset)
(require 'dnd)
-(add-to-list 'display-format-alist '(".*" . haiku
-win
))
+(add-to-list 'display-format-alist '(".*" . haiku))
;;;; Command line argument handling.