]> git.eshelyaron.com Git - emacs.git/commitdiff
(uniquify-item-base): Declare as a function.
authorGlenn Morris <rgm@gnu.org>
Fri, 30 Nov 2007 07:48:32 +0000 (07:48 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 30 Nov 2007 07:48:32 +0000 (07:48 +0000)
lisp/desktop.el

index 22028d249b2ea4db9c2f52f004ba833e18c7fccf..c34bf8105ea30a504cab30f5309358ca42ec9b2e 100644 (file)
@@ -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)