diff options
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 312 | ;; use the current value as the standard value. | 312 | ;; use the current value as the standard value. |
| 313 | standard (if (nthcdr 4 this) | 313 | standard (if (nthcdr 4 this) |
| 314 | (nth 4 this) | 314 | (nth 4 this) |
| 315 | (when (boundp symbol) | 315 | (when (default-boundp symbol) |
| 316 | (funcall quoter (default-value symbol)))) | 316 | (funcall quoter (default-value symbol)))) |
| 317 | ;; Don't complain about missing variables which are | 317 | ;; Don't complain about missing variables which are |
| 318 | ;; irrelevant to this platform. | 318 | ;; irrelevant to this platform. |