X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fcode-files.el;h=2d5c5eff3c7166f0a26505d8e283146209582b6b;hb=126b1c706cde7fda7e1cf5f1851371a25400d5a4;hp=d368f03250d09ac74c14da71219071b88d513399;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/code-files.el b/lisp/code-files.el index d368f03..2d5c5ef 100644 --- a/lisp/code-files.el +++ b/lisp/code-files.el @@ -284,7 +284,7 @@ Return t if file exists." (set-buffer (get-buffer-create " *load*")) (erase-buffer) (let ((coding-system-for-read 'raw-text)) - (insert-file-contents path nil 1 3001)) + (insert-file-contents path nil 0 3000)) (find-coding-system-magic-cookie)) (if elc ;; if reading a byte-compiled file and we didn't find