Function: zone--buffer-empty-p
zone--buffer-empty-p is a byte-compiled function defined in
zone.el.gz.
Signature
(zone--buffer-empty-p BUFFER)
Documentation
Is BUFFER empty?
Source Code
;; Defined in /usr/src/emacs/lisp/play/zone.el.gz
;;;; Identify the current window and the best buffer to use as zone source
(defun zone--buffer-empty-p (buffer)
"Is BUFFER empty?"
(zerop (buffer-size buffer)))