From: Glenn Morris Date: Fri, 30 Nov 2007 07:48:32 +0000 (+0000) Subject: (uniquify-item-base): Declare as a function. X-Git-Tag: emacs-pretest-23.0.90~9240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3ef64a41e785bf50211c44aa6d769a0220d3664;p=emacs.git (uniquify-item-base): Declare as a function. --- 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)