diff options
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 655b3c83bf6..43a8ca53ade 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -1186,7 +1186,7 @@ Otherwise, look up symbol in `custom-guess-type-alist'." | |||
| 1186 | 'sexp)) | 1186 | 'sexp)) |
| 1187 | (options (get symbol 'custom-options)) | 1187 | (options (get symbol 'custom-options)) |
| 1188 | (tmp (if (listp type) | 1188 | (tmp (if (listp type) |
| 1189 | (copy-list type) | 1189 | (copy-sequence type) |
| 1190 | (list type)))) | 1190 | (list type)))) |
| 1191 | (when options | 1191 | (when options |
| 1192 | (widget-put tmp :options options)) | 1192 | (widget-put tmp :options options)) |