]> git.eshelyaron.com Git - emacs.git/commitdiff
(load-with-code-conversion): Use push.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 22:20:47 +0000 (22:20 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 22:20:47 +0000 (22:20 +0000)
lisp/international/mule.el

index 0573b0046a6168c864c6a5615716c60b5c077b47..8e81dfb06794be658a7dfc22c14709b248984cfc 100644 (file)
@@ -64,7 +64,7 @@ Return t if file exists."
            (message "Loading %s (source)..." file)
          (message "Loading %s..." file)))
       (when purify-flag
-       (setq preloaded-file-list (cons file preloaded-file-list)))
+       (push file preloaded-file-list))
       (unwind-protect
          (let ((load-file-name fullname)
                (set-auto-coding-for-load t)