(custom-declare-variable): Don't use `push'.
This commit is contained in:
parent
df89d8a469
commit
67efacf892
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue