Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0389072b
Commit
0389072b
authored
Jul 22, 2007
by
Jan Djärv
Browse files
(x-handle-no-bitmap-icon): New function.
parent
bb1f0f78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/term/x-win.el
lisp/term/x-win.el
+3
-0
No files found.
lisp/ChangeLog
View file @
0389072b
2007-07-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon,
* term/x-win.el (x-handle-no-bitmap-icon): New function.
2007-07-22 Martin Rudalics <rudalics@gmx.at>
2007-07-22 Martin Rudalics <rudalics@gmx.at>
* add-log.el (change-log-fill-parenthesized-list): New function.
* add-log.el (change-log-fill-parenthesized-list): New function.
...
...
lisp/term/x-win.el
View file @
0389072b
...
@@ -129,6 +129,9 @@
...
@@ -129,6 +129,9 @@
initial-frame-alist
)
initial-frame-alist
)
x-invocation-args
(
cdr
x-invocation-args
)))))))
x-invocation-args
(
cdr
x-invocation-args
)))))))
(
defun
x-handle-no-bitmap-icon
(
switch
)
(
setq
default-frame-alist
(
cons
'
(
icon-type
)
default-frame-alist
)))
;; Make -iconic apply only to the initial frame!
;; Make -iconic apply only to the initial frame!
(
defun
x-handle-iconic
(
switch
)
(
defun
x-handle-iconic
(
switch
)
(
setq
initial-frame-alist
(
setq
initial-frame-alist
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment