From 720f4c79bf83f6db5de5b5298e29e7176ff26f5e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 16 Feb 2005 09:37:20 +0000 Subject: [PATCH] (all): Use default-boundp. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 1bd6a8a0016..36bebf68871 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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. -- 2.39.5