Rename `second' -> `cadr' (Don't use cl function).
authormorioka <morioka>
Thu, 2 Oct 1997 07:46:27 +0000 (07:46 +0000)
committermorioka <morioka>
Thu, 2 Oct 1997 07:46:27 +0000 (07:46 +0000)
mime-def.el

index 31de238..e9e0026 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.67 1997-09-28 21:13:11 morioka Exp $
+;; Version: $Id: mime-def.el,v 0.68 1997-10-02 07:46:27 morioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -179,7 +179,7 @@ FUNCTION.")
 
 (mapcar (function
         (lambda (method)
-          (autoload (second method)(third method))
+          (autoload (cadr method)(third method))
           ))
        pgp-function-alist)