Function: package-list-packages-no-fetch

package-list-packages-no-fetch is an interactive and byte-compiled function defined in package.el.gz.

Signature

(package-list-packages-no-fetch)

Documentation

Display a list of packages.

Does not fetch the updated list of packages before displaying. The list is displayed in a buffer named *Packages*.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defun package-list-packages-no-fetch ()
  "Display a list of packages.
Does not fetch the updated list of packages before displaying.
The list is displayed in a buffer named `*Packages*'."
  (interactive)
  (list-packages t))