]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-start.el
Fix previous change.
[gnu-emacs] / lisp / cus-start.el
index 1bd6a8a00163ed9c7c18380a1ae099ea72382a2b..36bebf6887109acb00a1916bef6dc5e9f94e8341 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.