Function: thumbs-display-thumbs-buffer
thumbs-display-thumbs-buffer is an interactive and byte-compiled
function defined in thumbs.el.gz.
Signature
(thumbs-display-thumbs-buffer)
Documentation
Display the associated thumbs buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-display-thumbs-buffer ()
"Display the associated thumbs buffer."
(interactive)
(display-buffer thumbs-buffer))