Mercurial > emacs
changeset 60096:a9e9af4690d5
(all): Use default-boundp.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Feb 2005 09:37:20 +0000 |
parents | 2af363444717 |
children | 031a5ac39eb7 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Wed Feb 16 05:13:39 2005 +0000 +++ b/lisp/cus-start.el Wed Feb 16 09:37:20 2005 +0000 @@ -312,7 +312,7 @@ ;; 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.