]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-declare-variable): Don't use `push'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 27 Apr 1997 16:38:17 +0000 (16:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 27 Apr 1997 16:38:17 +0000 (16:38 +0000)
lisp/custom.el

index 58cc6e3468c693bc4e429516afa652fd9ae15a28..e7414b76e55a6377eb070872916c101a3b33996e 100644 (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)