]> code.delx.au - gnu-emacs/blobdiff - lisp/custom.el
(timezone-parse-date): Match forms 1 and 2 first.
[gnu-emacs] / 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)