From: Richard M. Stallman Date: Wed, 16 Feb 2005 09:37:20 +0000 (+0000) Subject: (all): Use default-boundp. X-Git-Tag: ttn-vms-21-2-B4~2257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=720f4c79bf83f6db5de5b5298e29e7176ff26f5e;p=emacs.git (all): Use default-boundp. --- 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.