(all): Use default-boundp.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 2005 09:37:20 +0000 (09:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 2005 09:37:20 +0000 (09:37 +0000)
lisp/cus-start.el

index 1bd6a8a..36bebf6 100644 (file)
@@ -312,7 +312,7 @@ since it could result in memory overflow and make Emacs crash."
          ;; use the current value as the standard value.
          standard (if (nthcdr 4 this)
                       (nth 4 this)
-                    (when (boundp symbol)
+                    (when (default-boundp symbol)
                       (funcall quoter (default-value symbol))))
          ;; Don't complain about missing variables which are
          ;; irrelevant to this platform.