Index: package-get.el =================================================================== RCS file: /users/darrylo/sources/.repository/xemacs-21.0/lisp/package-get.el,v retrieving revision 1.16 diff -c -r1.16 package-get.el *** package-get.el 1998/09/04 22:32:33 1.16 --- package-get.el 1998/09/04 22:33:48 *************** *** 420,426 **** (sit-for 0) (copy-file (package-get-remote-filename current-dir-entry current-filename) ! )))) ;; If we found it, we're done. (if (and full-package-filename (file-exists-p full-package-filename)) --- 420,426 ---- (sit-for 0) (copy-file (package-get-remote-filename current-dir-entry current-filename) ! full-package-filename)))) ;; If we found it, we're done. (if (and full-package-filename (file-exists-p full-package-filename))