Function: desktop-list*
desktop-list* is a byte-compiled function defined in desktop.el.gz.
Signature
(desktop-list* &rest ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/desktop.el.gz
;; ----------------------------------------------------------------------------
(defun desktop-list* (&rest args)
(and args (apply #'cl-list* args)))