Function: mpuz-get-buffer
mpuz-get-buffer is a byte-compiled function defined in mpuz.el.gz.
Signature
(mpuz-get-buffer)
Documentation
Get the puzzle buffer if it exists.
Source Code
;; Defined in /usr/src/emacs/lisp/play/mpuz.el.gz
(defun mpuz-get-buffer ()
"Get the puzzle buffer if it exists."
(get-buffer "*Mult Puzzle*"))