Function: bubbles-quit
bubbles-quit is an interactive and byte-compiled function defined in
bubbles.el.gz.
Signature
(bubbles-quit)
Documentation
Quit Bubbles.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-quit ()
"Quit Bubbles."
(interactive nil bubbles-mode)
(message "bubbles-quit")
(bury-buffer))