(U+6237): Unify BC-89A2.
[chise/xemacs-chise.git.1] / lisp / package-info.el
index 4a9aa2c..6226664 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1998 by Free Software Foundation, Inc.
 
-;; Author: SL Baur <steve@altair.xemacs.org>
+;; Author: SL Baur <steve@xemacs.org>
 ;; Keywords: internal
 
 ;; This file is part of XEmacs.
 ;      (setq result (md5 (current-buffer))))
 ;    result))
 
+;;; APA: Stolen from package-get in package-get.el
 (defun pi-md5sum (file)
   (with-temp-buffer
-    (call-process "md5sum" file t)
-    (goto-char (point-min))
-    (looking-at "[a-z0-9]+")
-    (buffer-substring (match-beginning 0) (match-end 0))))
+       (insert-file-contents-literally file)
+       (md5 (current-buffer))))
 
 (defun pi-update-key (key value)
   (save-excursion