Function: ebrowse-electric-list-select

ebrowse-electric-list-select is an interactive and byte-compiled function defined in ebrowse.el.gz.

Signature

(ebrowse-electric-list-select)

Documentation

Select a buffer from the buffer list.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defun ebrowse-electric-list-select ()
  "Select a buffer from the buffer list."
  (interactive)
  (throw 'ebrowse-electric-list-select (point)))