From c3ef64a41e785bf50211c44aa6d769a0220d3664 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 30 Nov 2007 07:48:32 +0000 Subject: [PATCH] (uniquify-item-base): Declare as a function. --- lisp/desktop.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/desktop.el b/lisp/desktop.el index 22028d249b2..c34bf8105ea 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -651,8 +651,7 @@ is nil, ask the user where to save the desktop." value))) ;; ---------------------------------------------------------------------------- -;; check-declare does not work for defstructs. -;;;(declare-function uniquify-item-base "uniquify" (cl-x)) +(declare-function uniquify-item-base "uniquify" (cl-x) t) ; defstruct (defun desktop-buffer-info (buffer) (set-buffer buffer) -- 2.39.2