Skip to content

Commit

Permalink
Use new name for frcmds-frame-iconified-p
Browse files Browse the repository at this point in the history
Checked all other renamed functions in frame-cmds
Names changed with Dec 22, 2016 upgrade of frame-cmds
Reported by Tobias Pape
  • Loading branch information
davidswelt authored and dholm committed Jul 26, 2018
1 parent 6f0e96e commit e315e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one-buffer-one-frame.el
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ may be set to `nil' if such empty frames become visible inadvertently."
parms)))
(if (and aquamacs-last-frame-empty-frame
(frame-live-p aquamacs-last-frame-empty-frame)
(not (frame-iconified-p aquamacs-last-frame-empty-frame)))
(not (frcmds-frame-iconified-p aquamacs-last-frame-empty-frame)))
(modify-frame-parameters aquamacs-last-frame-empty-frame
(cons '(fullscreen . nil) parms))
(setq aquamacs-last-frame-empty-frame (make-frame all-parms))))
Expand Down

0 comments on commit e315e85

Please sign in to comment.