diff options
| -rw-r--r-- | lisp/desktop.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 691 | 691 | ||
| 692 | ;; ---------------------------------------------------------------------------- | 692 | ;; ---------------------------------------------------------------------------- |
| 693 | (defun desktop-list* (&rest args) | 693 | (defun desktop-list* (&rest args) |
| 694 | (and args (cl-list* args))) | 694 | (and args (apply #'cl-list* args))) |
| 695 | 695 | ||
| 696 | ;; ---------------------------------------------------------------------------- | 696 | ;; ---------------------------------------------------------------------------- |
| 697 | (defun desktop-buffer-info (buffer) | 697 | (defun desktop-buffer-info (buffer) |