branch: externals/topspace commit 694c10574caac07bca7d12aceda76fa90b97bf93 Author: Trevor Pogue <pogu...@mcmaster.ca> Commit: GitHub <nore...@github.com>
Update topspace.el --- topspace.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topspace.el b/topspace.el index fb530a3e73..f061b472d2 100644 --- a/topspace.el +++ b/topspace.el @@ -230,8 +230,8 @@ Buffers will not be auto-centered if `topspace-autocenter-buffers' is nil or if the selected window is in a child-frame." (and topspace-autocenter-buffers (or ;; frame-parent is only provided in Emacs 26.1, so first check - ;; if fhat function is boundp. - (not (boundp 'frame-parent)) + ;; if fhat function is fboundp. + (not (fboundp 'frame-parent)) (not (frame-parent))))) (defun topspace--window-height ()