Shouldn't it use default-boundp?
*** cus-start.el 15 Feb 2005 01:22:16 -0500 1.67
--- cus-start.el 15 Feb 2005 02:36:28 -0500
***************
*** 312,318 ****
;; use the current value as the standard value.
standard (if (nthcdr 4 this)
(nth 4 this)
! (when (boundp symbol)
(funcall quoter (default-value symbol))))
;; Don't complain about missing variables which are
;; irrelevant to this platform.
--- 312,318 ----
;; use the current value as the standard value.
standard (if (nthcdr 4 this)
(nth 4 this)
! (when (default-boundp symbol)
(funcall quoter (default-value symbol))))
;; Don't complain about missing variables which are
;; irrelevant to this platform.
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel