emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Current CVS doesn't bootstrap


From: Richard Stallman
Subject: Re: Current CVS doesn't bootstrap
Date: Tue, 15 Feb 2005 12:27:46 -0500

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]