*** frame.el.~1.291.~ 2009-01-05 09:58:26.812500000 +0100 --- frame.el 2009-01-09 20:09:15.750000000 +0100 *************** *** 593,600 **** (dolist (w window-system-default-frame-alist) (setcdr w (assq-delete-all (car pair) (cdr w))))) ! (and frame-notice-user-settings ! (setq initial-frame-alist (append initial-frame-alist alist))) (setq default-frame-alist (append default-frame-alist alist))) (defun get-other-frame () --- 593,602 ---- (dolist (w window-system-default-frame-alist) (setcdr w (assq-delete-all (car pair) (cdr w))))) ! ;; There's no need to set the value in initial-frame-alist since ! ;; frame-notice-user-settings will take it from default-frame-alist. ! ;; (and frame-notice-user-settings ! ;; (setq initial-frame-alist (append initial-frame-alist alist))) (setq default-frame-alist (append default-frame-alist alist))) (defun get-other-frame ()