(BOPOMOFO LETTER K): Deleted.
[chise/xemacs-chise.git-] / lisp / window.el
index faac28f..8c4bba4 100644 (file)
@@ -295,8 +295,8 @@ or if the window is the only window of its frame."
                        (select-frame frame))))
               ;; check to make sure that the window is the full width
               ;; of the frame
-              (eq (nth 2 edges)
-                  (frame-pixel-width))
+              (window-leftmost-p window)
+              (window-rightmost-p window)
               (zerop (nth 0 edges))
               ;; The whole buffer must be visible.
               (pos-visible-in-window-p (point-min) window)
@@ -351,5 +351,4 @@ Any other non-nil value means search frames on all devices."
                   minibuf all-frames device)
     wins))
 
-
 ;;; window.el ends here