From 74d7f75a6b49e6d87391465e79dfdc6add72fa31 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 23 Jul 2013 13:29:30 +0200 Subject: [PATCH] lisp/desktop.el (desktop-list*): Fix previous change. --- lisp/desktop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/desktop.el b/lisp/desktop.el index 666be7efee3..36e4981b821 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -691,7 +691,7 @@ is nil, ask the user where to save the desktop." ;; ---------------------------------------------------------------------------- (defun desktop-list* (&rest args) - (and args (cl-list* args))) + (and args (apply #'cl-list* args))) ;; ---------------------------------------------------------------------------- (defun desktop-buffer-info (buffer) -- 2.39.2