emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/topspace 694c10574c 012/181: Update topspace.el


From: ELPA Syncer
Subject: [elpa] externals/topspace 694c10574c 012/181: Update topspace.el
Date: Tue, 23 Aug 2022 12:58:28 -0400 (EDT)

branch: externals/topspace
commit 694c10574caac07bca7d12aceda76fa90b97bf93
Author: Trevor Pogue <poguete@mcmaster.ca>
Commit: GitHub <noreply@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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]