(all): Use default-boundp.
This commit is contained in:
parent
e1c9f9398e
commit
720f4c79bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue