From: Juanma Barranquero Date: Tue, 23 Jul 2013 11:29:30 +0000 (+0200) Subject: lisp/desktop.el (desktop-list*): Fix previous change. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74d7f75a6b49e6d87391465e79dfdc6add72fa31;p=emacs.git lisp/desktop.el (desktop-list*): Fix previous change. --- 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)