diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-30 07:48:32 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-30 07:48:32 +0000 |
commit | c3ef64a41e785bf50211c44aa6d769a0220d3664 (patch) | |
tree | f645ca01e1aad6b3b645f144dcb27aaf2b72b4d0 /lisp/desktop.el | |
parent | 630456e692497691ef97c9e3f140efc796817558 (diff) | |
download | emacs-c3ef64a41e785bf50211c44aa6d769a0220d3664.tar.gz |
(uniquify-item-base): Declare as a function.
Diffstat (limited to 'lisp/desktop.el')
-rw-r--r-- | lisp/desktop.el | 3 |
1 files changed, 1 insertions, 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) |