Skip to content

Commit

Permalink
Fix about screen when one-buffer-one-frame-mode is on.
Browse files Browse the repository at this point in the history
Reported by Frédéric Dupont
  • Loading branch information
davidswelt committed Aug 19, 2012
1 parent 53ff9aa commit f3a334b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/startup.el
Expand Up @@ -1660,7 +1660,8 @@ splash screen in another window."

(defun fancy-about-screen ()
"Display fancy About screen."
(let ((frame (fancy-splash-frame)))
(let ((one-buffer-one-frame-mode nil)
(frame (fancy-splash-frame)))
(save-selected-window
(select-frame frame)
(switch-to-buffer "*About Aquamacs Emacs*")
Expand Down

0 comments on commit f3a334b

Please sign in to comment.