]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/desktop.el (desktop-list*): Fix previous change.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 23 Jul 2013 11:29:30 +0000 (13:29 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 23 Jul 2013 11:29:30 +0000 (13:29 +0200)
lisp/desktop.el

index 666be7efee3b0003ea25a5644775cac93e4723b4..36e4981b821a13dec8d43b4fcd3990bfa347e6f6 100644 (file)
@@ -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)