changeset 17534:a5cf59eee84b

(custom-variable-type): Use copy-sequence, not copy-list.
author Richard M. Stallman <rms@gnu.org>
date Tue, 22 Apr 1997 16:55:19 +0000
parents 997e9c9b618b
children 4d7f2035303a
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Tue Apr 22 04:45:17 1997 +0000
+++ b/lisp/cus-edit.el	Tue Apr 22 16:55:19 1997 +0000
@@ -1186,7 +1186,7 @@
 		   'sexp))
 	 (options (get symbol 'custom-options))
 	 (tmp (if (listp type)
-		  (copy-list type)
+		  (copy-sequence type)
 		(list type))))
     (when options
       (widget-put tmp :options options))