Mercurial > emacs
changeset 49693:ae8bfbc6d9ef
(load-with-code-conversion): Use push.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 10 Feb 2003 22:20:47 +0000 |
parents | 1713a3efdd23 |
children | 3738a81ff66f |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Mon Feb 10 21:56:49 2003 +0000 +++ b/lisp/international/mule.el Mon Feb 10 22:20:47 2003 +0000 @@ -64,7 +64,7 @@ (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)