(custom-declare-variable): Don't use `push'.

This commit is contained in:
Richard M. Stallman 1997-04-27 16:38:17 +00:00
parent df89d8a469
commit 67efacf892

View file

@ -131,7 +131,7 @@ not using the factory setting. Otherwise, use the `set-default'."
((eq keyword :get)
(put symbol 'custom-get value))
((eq keyword :require)
(push value requests))
(setq requests (cons value requests)))
((eq keyword :type)
(put symbol 'custom-type value))
((eq keyword :options)