Function: package-menu-mark-unmark

package-menu-mark-unmark is an interactive and byte-compiled function defined in package.el.gz.

Signature

(package-menu-mark-unmark &optional NUM)

Documentation

Clear any marks on a package and move to the next line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defun package-menu-mark-unmark (&optional _num)
  "Clear any marks on a package and move to the next line."
  (interactive "p" package-menu-mode)
  (package--ensure-package-menu-mode)
  (tabulated-list-put-tag " " t))