mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
(x-handle-no-bitmap-icon): New function.
This commit is contained in:
parent
bb1f0f780d
commit
0389072b37
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
* add-log.el (change-log-fill-parenthesized-list): New function.
|
||||
|
@ -129,6 +129,9 @@
|
||||
initial-frame-alist)
|
||||
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!
|
||||
(defun x-handle-iconic (switch)
|
||||
(setq initial-frame-alist
|
||||
|
Loading…
Reference in New Issue
Block a user